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.
2 parents 520c7ad + 76f55c5 commit 38e7e7bCopy full SHA for 38e7e7b
docs/source/conf.py
@@ -47,7 +47,7 @@
47
48
49
def setup(app):
50
- app.add_stylesheet("custom.css") # may also be a URL
+ app.add_css_file("custom.css") # may also be a URL
51
app.add_config_value(
52
"recommonmark_config", {"auto_toc_tree_section": "Contents"}, True
53
)
0 commit comments