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 a2d39e8 commit 88734bdCopy full SHA for 88734bd
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-python': '../xml' }
23
templates_path = ['_templates']
24
html_static_path = ['_static']
0 commit comments