Skip to content

Commit

Permalink
Docs: Fix RTD config (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet authored Nov 11, 2024
1 parent 5fdbcda commit 2bb53eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "miniconda3-4.7"

sphinx:
configuration: docs/source/conf.py
Expand All @@ -20,3 +20,6 @@ python:
path: .
extra_requirements:
- docs

conda:
environment: docs/environment.yml
7 changes: 7 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: readthedocs
channels:
- defaults
- conda-forge
dependencies:
- python=3.12
- graphviz

0 comments on commit 2bb53eb

Please sign in to comment.