Skip to content

Commit

Permalink
fix RTD build
Browse files Browse the repository at this point in the history
Need to explicitly build the package on RTD so that the dynamic version import
in the conf.py file can work.
  • Loading branch information
orbeckst committed Jun 15, 2024
1 parent b37b7db commit 8fa2c6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

#### Ignored when using conda
# python:
# install:
# - method: pip
# path: .
# - requirements: ci/readthedocs/requirements.txt

# install package
python:
install:
- method: pip
path: .

conda:
environment: ci/readthedocs/environment.yml

0 comments on commit 8fa2c6a

Please sign in to comment.