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 a237d7a commit d652187Copy full SHA for d652187
docs/source/conf.py
@@ -15,7 +15,7 @@
15
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
16
17
def setup(app):
18
- app.add_stylesheet("main_stylesheet.css")
+ app.add_css_file("main_stylesheet.css")
19
20
extensions = ['breathe']
21
breathe_projects = { 'xsimd': '../xml' }
0 commit comments