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