From 286fc427ce16f1349b042f7d0c22a079fb02222c 2023-09-29 08:24:52 From: Matthias Bussonnier Date: 2023-09-29 08:24:52 Subject: [PATCH] Backport PR #14148: fix RTD --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..643b40b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/source/conf.py + +# Optional but recommended, declare the Python requirements required +# to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +python: + install: + - requirements: docs/requirements.txt diff --git a/MANIFEST.in b/MANIFEST.in index 721eded..7d96f8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,6 +14,7 @@ exclude tools exclude CONTRIBUTING.md exclude .editorconfig exclude SECURITY.md +exclude .readthedocs.yaml graft scripts