Skip to content

Commit

Permalink
Fixing RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 21, 2023
1 parent 5966c4b commit 9afb2d7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@

version: 2
sphinx:
configuration: doc/conf.py

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

formats: all
formats:
- htmlzip

python:
version: 3.6
install:
- requirements: requirements.txt
- requirements: requirements-dev.txt
- method: pip
path: .
- method: pip
path: .


sphinx:
builder: html
configuration: doc/conf.py
fail_on_warning: false

0 comments on commit 9afb2d7

Please sign in to comment.