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 56fdd63 commit 8b19766Copy full SHA for 8b19766
docs/source/conf.py
@@ -207,7 +207,7 @@ def setup(app):
207
app.add_config_value('m2r_anonymous_references', False, 'env')
208
app.add_config_value('m2r_disable_inline_math', False, 'env')
209
app.add_directive('mdinclude', MdInclude)
210
- app.add_stylesheet('custom.css')
+ app.add_css_file('custom.css')
211
212
# generate the components.rst file dynamically so it points to stable/latest
213
# of subprojects correctly
0 commit comments