Skip to content

Commit

Permalink
Update .readthedocs.yml build config
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain authored Oct 21, 2023
1 parent 0b91b3e commit 5c0cf51
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
# Required
version: 2

# Set the build OS and any other tools needed
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: eqcorrscan/doc/conf.py

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

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: "3.10"
install:
- requirements: eqcorrscan/doc/requirements.txt
- requirements: requirements.txt
Expand Down

0 comments on commit 5c0cf51

Please sign in to comment.