Skip to content

Commit

Permalink
Merge 0c29228 into 595e1c3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix6x committed May 1, 2023
2 parents 595e1c3 + 0c29228 commit 4628741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions documentation/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
div section {
text-align: justify;
}

div .toctree-wrapper > ul {
column-count: 2;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
# relative to this directory. They are copied after the builtin _static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = ["css/custom.css"]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down Expand Up @@ -223,4 +224,3 @@ def setup(sphinx_app):
"live",
"env", # hard-coded, documentation is not server-specific for the time being
)
sphinx_app.add_css_file("css/custom.css")

0 comments on commit 4628741

Please sign in to comment.