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 23d4ef8 commit 62d7798Copy full SHA for 62d7798
docs/conf.py
@@ -28,7 +28,7 @@
28
# The short X.Y version
29
version = ''
30
# The full version, including alpha/beta/rc tags
31
-release = '2.0b0'
+release = '2.1'
32
33
34
# -- General configuration ---------------------------------------------------
readthedocs.yml
@@ -17,7 +17,7 @@ sphinx:
17
formats: all
18
19
# Optionally set the version of Python and requirements required to build your docs
20
-python:
21
- version: 3.6
22
- install:
23
- - requirements: docs/requirements.txt
+# python:
+# version: 3.6
+# install:
+# - requirements: docs/requirements.txt
0 commit comments