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 8b40328 commit 0a05203Copy full SHA for 0a05203
docs/source/conf.py
@@ -18,7 +18,7 @@
18
def setup(app):
19
app.add_css_file("main_stylesheet.css")
20
21
-extensions = ['breathe']
+extensions = ['breathe', 'sphinx_rtd_theme']
22
breathe_projects = { 'xtensor-r': '../xml' }
23
templates_path = ['_templates']
24
html_static_path = ['_static']
0 commit comments