We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6ac17 commit 1e90b97Copy full SHA for 1e90b97
.readthedocs.yml
@@ -1,18 +1,15 @@
1
version: 2
2
build:
3
- os: ubuntu-20.04
+ os: ubuntu-22.04
4
tools:
5
- python: "3.10"
6
-formats:
7
- - htmlzip
8
- - epub
9
- - pdf
+ python: "3"
10
python:
11
- install:
12
- - method: pip
13
- path: .
14
- extra_requirements: ["docs"]
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
15
sphinx:
16
builder: html
17
configuration: docs/conf.py
18
- fail_on_warning: false
+ fail_on_warning: true
0 commit comments