Skip to content

Commit

Permalink
Fix RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Sep 27, 2024
1 parent 0a71fec commit a55626b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
python: "3.11"

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

# Set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.10"

python:
system_packages: false
install:
- method: pip
path: .
Expand Down

0 comments on commit a55626b

Please sign in to comment.