Skip to content

Commit

Permalink
Upgrade Read the Docs to Python 3.8 and Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jul 24, 2022
1 parent 345efb2 commit 2a40d0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
@@ -1,14 +1,14 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
version: 3
install:
- requirements: docs/requirements.txt

0 comments on commit 2a40d0d

Please sign in to comment.