Skip to content

Commit a237d7a

Browse files
committed
.
1 parent d2a5a65 commit a237d7a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- breathe==4.25.1
8-
- doxygen==1.9.1
7+
- breathe
8+
- docutils<0.17

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
import sphinx_rtd_theme
1313

1414
html_theme = "sphinx_rtd_theme"
15-
1615
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
1716

17+
def setup(app):
18+
app.add_stylesheet("main_stylesheet.css")
19+
1820
extensions = ['breathe']
1921
breathe_projects = { 'xsimd': '../xml' }
2022
templates_path = ['_templates']

0 commit comments

Comments
 (0)