Skip to content

Commit

Permalink
docs: fix readthedocs config (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Nov 21, 2023
1 parent 1eaf0d9 commit e251900
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -16,4 +21,4 @@ formats:
- htmlzip

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

0 comments on commit e251900

Please sign in to comment.