We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492fffa commit 8e5f959Copy full SHA for 8e5f959
docs/book/conf.py
@@ -3,7 +3,9 @@
3
html_static_path = ["./_static"]
4
5
# CSS files
6
-html_css_files = ["custom.css",]
+html_css_files = [
7
+ "custom.css",
8
+]
9
10
# Get rid of transitions error/warning
11
myst_footnote_transition = False
0 commit comments