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 7b78cc6 commit 8353ac1Copy full SHA for 8353ac1
2 files changed
.readthedocs.yaml
@@ -5,6 +5,10 @@
5
# Required
6
version: 2
7
8
+sphinx:
9
+ # Path to your Sphinx configuration file.
10
+ configuration: docs/conf.py
11
+
12
# Set the version of Python and other tools you might need
13
build:
14
os: ubuntu-22.04
docs/conf.py
@@ -61,9 +61,9 @@
61
# built documents.
62
#
63
# The short X.Y version.
64
-version = "1.0"
+version = "2.0"
65
# The full version, including alpha/beta/rc tags.
66
-release = "1.0"
+release = "2.0"
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
0 commit comments