Skip to content

Commit

Permalink
Fix Read the Docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Apr 17, 2023
1 parent c7adcd3 commit 8b7f024
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# https://docs.readthedocs.io/en/latest/config-file/index.html
version: 2

formats:
- htmlzip
- epub
build:
os: ubuntu-22.04
tools:
python: "3"

python:
version: 3.7
install:
- requirements: docs-requirements.txt
- method: pip
path: .

sphinx:
fail_on_warning: true

0 comments on commit 8b7f024

Please sign in to comment.