There was an error while loading. Please reload this page.
1 parent 65790a5 commit 15779cfCopy full SHA for 15779cf
1 file changed
.readthedocs.yml
@@ -5,6 +5,11 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.7"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: docs/source/conf.py
@@ -18,6 +23,5 @@ formats: all
18
23
19
24
# Optionally set the version of Python and requirements required to build your docs
20
25
python:
21
- version: 3.7
22
26
install:
27
- requirements: docs/source/requirements.txt
0 commit comments