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 91d7fd2 commit 57bbc5dCopy full SHA for 57bbc5d
docs/_static/css/custom.css
@@ -0,0 +1,3 @@
1
+pre {
2
+ white-space: break-spaces;
3
+}
docs/conf.py
@@ -94,6 +94,12 @@
94
# Add any paths that contain custom static files (such as style sheets) here,
95
# relative to this directory. They are copied after the builtin static files,
96
# so a file named "default.css" will overwrite the builtin "default.css".
97
-html_static_path: list = []
+html_static_path = ["_static"]
98
+
99
+# These paths are either relative to html_static_path
100
+# or fully qualified paths (eg. https://...)
101
+html_css_files = [
102
+ "css/custom.css",
103
+]
104
nb_execution_mode = "off"
105
myst_enable_extensions = ["colon_fence"]
0 commit comments