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 9780b5c commit 8b40328Copy full SHA for 8b40328
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-r': '../xml' }
0 commit comments