diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..27c2784 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +--- +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" +sphinx: + configuration: docs/conf.py +formats: + - pdf + - epub +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +python: + install: + - requirements: doc-requirements.txt diff --git a/MANIFEST.in b/MANIFEST.in index 799ba57..4c389cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ exclude .ignore exclude .pre-commit-config.yaml exclude .prettierignore exclude .prettierrc.toml +exclude .readthedocs.yaml exclude codecov.yml exclude Makefile include .bumpversion.cfg