Skip to content

Commit

Permalink
Remove deprecated field in readthedocs yaml (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpingas committed Mar 28, 2023
1 parent edabeca commit 9bd7599
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

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

# Set python and OS version for building docs
build:
os: ubuntu-20.04
tools:
python: "3.9"

0 comments on commit 9bd7599

Please sign in to comment.