We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba1cc9 commit 8804b27Copy full SHA for 8804b27
.readthedocs.yml
@@ -5,15 +5,20 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: "ubuntu-20.04"
10
+ apt_packages:
11
+ - python3-six
12
+ tools:
13
+ python: "3.9"
14
+
15
# Build documentation in the docs/ directory with Sphinx
16
sphinx:
17
configuration: doc/conf.py
18
19
# Optionally build your docs in additional formats such as PDF and ePub
20
formats: []
21
-# Optionally set the version of Python and requirements required to build your docs
-# python:
-# version: 3.7
-# install:
-# - requirements: docs/requirements.txt
22
+python:
23
+ install:
24
+ - requirements: doc/sphinx/requirements.txt
doc/sphinx/requirements.txt
@@ -1,4 +1,4 @@
1
docutils==0.16
2
-Sphinx==3.4.3
3
-sphinx_rtd_theme
4
-six
+sphinx==3.4.3
+sphinx_rtd_theme==1.0.0
+six==1.16.0
0 commit comments