Skip to content

Commit

Permalink
Fixed RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 9, 2023
1 parent 5669080 commit a474399
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ channels:

dependencies:
- breathe
- sphinx_rtd_theme
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup(app):

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

extensions = ['breathe']
extensions = ['breathe', 'sphinx_rtd_theme']
breathe_projects = { 'xwidgets': '../xml' }
templates_path = ['_templates']
html_static_path = ['_static']
Expand Down
9 changes: 8 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

conda:
file: docs/environment.yml
environment: docs/environment.yml

0 comments on commit a474399

Please sign in to comment.