Skip to content

Commit 8353ac1

Browse files
committed
Include sphinx build key
1 parent 7b78cc6 commit 8353ac1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# Required
66
version: 2
77

8+
sphinx:
9+
# Path to your Sphinx configuration file.
10+
configuration: docs/conf.py
11+
812
# Set the version of Python and other tools you might need
913
build:
1014
os: ubuntu-22.04

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = "1.0"
64+
version = "2.0"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "1.0"
66+
release = "2.0"
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

0 commit comments

Comments
 (0)