Skip to content

Commit

Permalink
Merge pull request yt-project#99 from chrishavlin/fix_failing_docs_build
Browse files Browse the repository at this point in the history
update readthedocs config
  • Loading branch information
matthewturk authored Oct 25, 2023
2 parents 70a6035 + f0c67ca commit eabc294
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ version: 2
sphinx:
configuration: docs/conf.py

# Specify the build os and python version
build:
os: ubuntu-22.04
tools:
python: "3.9"

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF
formats: []

# Optionally set the version of Python and requirements required to build your docs

# Optionally set the Python requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit eabc294

Please sign in to comment.