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 d778b30 commit 176c80dCopy full SHA for 176c80d
.readthedocs.yml
@@ -5,21 +5,19 @@
5
# Required
6
version: 2
7
8
-# Build documentation in the docs/ directory with Sphinx
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.8"
12
+
13
sphinx:
14
configuration: docs/source/conf.py
15
-# Build documentation with MkDocs
-#mkdocs:
-# configuration: mkdocs.yml
-
16
-# Optionally build your docs in additional formats such as PDF
17
formats:
18
- htmlzip
19
20
# Optionally set the version of Python and requirements required to build your docs
21
python:
22
- version: 3.8
23
install:
24
- requirements: requirements.txt
25
- requirements: requirements_extra.txt
0 commit comments