diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..275b5782 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: client/doc/conf.py + +formats: + - pdf + +python: + install: + - requirements: client/doc/requirements.txt diff --git a/client/doc/requirements.txt b/client/doc/requirements.txt new file mode 100644 index 00000000..52096927 --- /dev/null +++ b/client/doc/requirements.txt @@ -0,0 +1,2 @@ +sphinx==7.2.6 +sphinx_rtd_theme==1.3.0