Skip to content

Commit

Permalink
fix new doc requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Aug 7, 2023
1 parent 45a999a commit 272f18d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -20,7 +20,6 @@ sphinx:

# Optionally declare the Python requirements required to build your docs
python:
system_packages: true
install:
- method: pip
path: .
Expand Down

0 comments on commit 272f18d

Please sign in to comment.