Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layout doesn't look good for single card #30

Closed
johnnychen94 opened this issue Dec 21, 2019 · 1 comment
Closed

layout doesn't look good for single card #30

johnnychen94 opened this issue Dec 21, 2019 · 1 comment
Labels
Type: bug Something isn't working

Comments

@johnnychen94
Copy link
Member

image

@johnnychen94 johnnychen94 added the Type: bug Something isn't working label Dec 21, 2019
@johnnychen94
Copy link
Member Author

Oh it's because I forgot to pass asset to format

theme = cardtheme()
examples, postprocess_cb = makedemos("examples")

format = Documenter.HTML(edit_link = "master",
-                         prettyurls = get(ENV, "CI", nothing) == "true")
+                         prettyurls = get(ENV, "CI", nothing) == "true",
+                         assets = [theme])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant