diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..34263e9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 +formats: + - pdf + - epub +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + configuration: doc/conf.py + +python: + install: + - requirements: doc/requirements.py + - method: pip + path: . + system_packages: true diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index d34f875..0000000 --- a/readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ -formats: - - pdf - - epub -requirements_file: doc/requirements.txt -python: - version: 3 - setup_py_install: true \ No newline at end of file