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 54cd12b commit ec60b53Copy full SHA for ec60b53
.readthedocs.yml
@@ -1,23 +1,18 @@
1
----
2
# .readthedocs.yml
3
# Read the Docs configuration file
4
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
6
-# Required
7
version: 2
8
9
-# Build documentation in the docs/ directory with Sphinx
10
sphinx:
11
configuration: docs/source/conf.py
12
builder: html
13
fail_on_warning: true
14
15
-# Optionally build your docs in additional formats such as PDF
16
formats:
17
- pdf
18
19
-# Optionally set the version of Python and requirements required to build your docs
20
python:
21
- version: 3.8
+ version: "3.8"
22
install:
23
- requirements: requirements.txt
0 commit comments