Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 5, 2024
1 parent 7ca70c1 commit 956af62
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# Required
version: 2

conda:
file: environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -22,4 +19,14 @@ build:
tools:
python: "3.10"

#
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- method: conda
path: .
extra_requirements:
- docs

conda:
file: environment.yml

0 comments on commit 956af62

Please sign in to comment.