Skip to content

Commit eaa3d0c

Browse files
committed
Add .readthedocs.yaml configuration
Set also the documentation configuration language to English.
1 parent 5a7ae4e commit eaa3d0c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.readthedocs.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#
6363
# This is also used if you do content translation via gettext catalogs.
6464
# Usually you set "language" from the command line for these cases.
65-
language = None
65+
language = "en"
6666

6767
# List of patterns, relative to source directory, that match files and
6868
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)