Skip to content

Commit

Permalink
Update Python version for RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Nov 15, 2022
1 parent 069ad28 commit bb723c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"

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


# Disabling all unneeded formats (note that HTML and JSON are always built)
# See https://docs.readthedocs.io/en/latest/yaml-config.html#formats
formats: []

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

0 comments on commit bb723c4

Please sign in to comment.