commit c1c52f895822136ee952226e2ec1bc04d9f794f5 from: Jelmer Vernooij via: GitHub date: Thu Jun 15 12:10:07 2023 UTC Merge pull request #1187 from jelmer/readthedocs Add the readthedocs configuration commit - 485d4f8c10f207b4585b012bb04c040e5608ddcb commit + c1c52f895822136ee952226e2ec1bc04d9f794f5 blob - 1e6f249553b84843633213374e8ace475405fe73 blob + ad6b35a85bec0a09837929f09ec18edbf3c000b3 --- .codespellrc +++ .codespellrc @@ -1,3 +1,3 @@ [codespell] -skip = .git,.mypy_cache,build -ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo +skip = .git,.mypy_cache,build,testdata +ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo,afile blob - /dev/null blob + 328eb901eceaf7abf095bac37300822ec435261c (mode 644) --- /dev/null +++ .readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + configuration: docs/conf.py + +formats: + - pdf + - epub + +python: + install: + - requirements: docs/requirements.txt blob - /dev/null blob + e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644)