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