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 d2a5a65 commit a237d7aCopy full SHA for a237d7a
docs/environment.yml
@@ -4,5 +4,5 @@ channels:
4
- conda-forge
5
6
dependencies:
7
- - breathe==4.25.1
8
- - doxygen==1.9.1
+ - breathe
+ - docutils<0.17
docs/source/conf.py
@@ -12,9 +12,11 @@
12
import sphinx_rtd_theme
13
14
html_theme = "sphinx_rtd_theme"
15
-
16
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
17
+def setup(app):
18
+ app.add_stylesheet("main_stylesheet.css")
19
+
20
extensions = ['breathe']
21
breathe_projects = { 'xsimd': '../xml' }
22
templates_path = ['_templates']
0 commit comments