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 c8bbe81 commit db687eeCopy full SHA for db687ee
2 files changed
docs/_static/css/custom.css
@@ -0,0 +1,3 @@
1
+.wy-nav-content {
2
+ max-width: 60em
3
+}
docs/conf.py
@@ -169,7 +169,9 @@
169
# Add any paths that contain custom static files (such as style sheets) here,
170
# relative to this directory. They are copied after the builtin static files,
171
# so a file named "default.css" will overwrite the builtin "default.css".
172
-# html_static_path = ['_static']
+html_static_path = ["_static"]
173
+
174
+html_css_files = ["css/custom.css"]
175
176
# Add any extra paths that contain custom files (such as robots.txt or
177
# .htaccess) here, relative to this directory. These files are copied
0 commit comments