Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
The 'version' option for 'python' was deprecated in favor of
'build.tools.python'.
  • Loading branch information
greschd committed May 11, 2022
1 parent cf38856 commit aafb9a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# 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 doc/ directory with Sphinx
sphinx:
configuration: doc/source/conf.py
Expand All @@ -14,7 +20,6 @@ formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.9
install:
- method: pip
path: .
Expand Down

0 comments on commit aafb9a7

Please sign in to comment.