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 2181e9c commit 82cdbdcCopy full SHA for 82cdbdc
.readthedocs.yml
@@ -5,6 +5,16 @@
5
# Required
6
version: 2
7
8
+# Set the version of Python and other tools you might need
9
+build:
10
+ os: ubuntu-22.04
11
+ tools:
12
+ python: "3.11"
13
+ jobs:
14
+ # Do not use shallow clone, as reno will complain
15
+ post_checkout:
16
+ - git fetch --unshallow
17
+
18
# Build documentation in the docs/ directory with Sphinx
19
sphinx:
20
configuration: doc/source/conf.py
@@ -13,10 +23,6 @@ sphinx:
23
#mkdocs:
24
# configuration: mkdocs.yml
25
-# Optionally build your docs in additional formats such as PDF
-formats:
- - pdf
-
26
# Optionally set the version of Python and requirements required to build your docs
21
27
python:
22
28
install:
0 commit comments