Skip to content

Commit

Permalink
Update docs config for v2 of RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
ddasilva authored Nov 26, 2023
1 parent 4cb15a9 commit 45d74ee
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
- all

0 comments on commit 45d74ee

Please sign in to comment.