Skip to content

Commit

Permalink
ENH: Add readthedocs config file
Browse files Browse the repository at this point in the history
Add `readthedocs` config file.

Specifically, set the Python version to 3.8, as the default version
`readthedocs` is currently using is 3.7, whose EOL is only 4 months
away.
  • Loading branch information
jhlegarreta committed Feb 6, 2023
1 parent 6a9d2c2 commit 5b76a38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

0 comments on commit 5b76a38

Please sign in to comment.