We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7ae4e commit eaa3d0cCopy full SHA for eaa3d0c
.readthedocs.yaml
@@ -0,0 +1,12 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ python: "3.11"
10
11
+sphinx:
12
+ configuration: doc/conf.py
doc/conf.py
@@ -62,7 +62,7 @@
62
#
63
# This is also used if you do content translation via gettext catalogs.
64
# Usually you set "language" from the command line for these cases.
65
-language = None
+language = "en"
66
67
# List of patterns, relative to source directory, that match files and
68
# directories to ignore when looking for source files.
0 commit comments