Skip to content

Commit

Permalink
Update .readthedocs.yml to new api
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfelipeog authored Oct 3, 2023
1 parent dc411c4 commit 9f3b122
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ version: 2

# Select the Docker image used for building the docs.
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.8"

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

# Configure python for install requirements
python:
version: 3.8
install:
- requirements: docs/docs_requirements.txt
- requirements: docs/docs_requirements.txt

0 comments on commit 9f3b122

Please sign in to comment.