Skip to content

Commit

Permalink
ReadTheDocs: update and fix (#906)
Browse files Browse the repository at this point in the history
commit-id:f9f512d4
  • Loading branch information
dhalperi committed May 8, 2024
1 parent 7702f97 commit b690019
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .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: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand All @@ -17,13 +22,8 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
# Conda lets us get up-to-date binaries that are not available in Ubuntu installs on RTD.
# e.g., Pandoc.
conda:
environment: docs/environment.yml
extra_requirements:
- dev

0 comments on commit b690019

Please sign in to comment.