diff --git a/.gitignore b/.gitignore index 4d3bc917..31d45598 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ __pycache__/ # PyCharm .idea/ +# Sphinx documentation +_build/ + diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..0d7991b4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: documentation/conf.py + +python: + install: + - requirements: documentation/requirements.txt + diff --git a/documentation/conf.py b/documentation/conf.py index bc855d5c..3b7b1af6 100755 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -71,7 +71,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language ='en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: