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 21, 2023
1 parent d53d76f commit b47c634
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
Expand Up @@ -5,3 +5,4 @@ channels:

dependencies:
- breathe
- sphinx_rtd_theme
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -20,7 +20,7 @@ def setup(app):
app.add_css_file("main_stylesheet.css")


extensions = ["breathe"]
extensions = ["breathe", "sphinx_rtd_theme"]
breathe_projects = {"xeus-octave": "../xml"}
templates_path = ["_templates"]
html_static_path = ["_static"]
Expand Down
9 changes: 8 additions & 1 deletion readthedocs.yml
@@ -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 b47c634

Please sign in to comment.