Merge pull request #1429 from LeastAuthority/4164.fix-read-the-docs-config
Some checks are pending
CI / coverage (macos-14, 3.12) (push) Waiting to run
CI / coverage (ubuntu-22.04, 3.12) (push) Waiting to run
CI / coverage (ubuntu-22.04, pypy-3.9) (push) Waiting to run
CI / coverage (windows-2022, 3.12) (push) Waiting to run
CI / finish-coverage-report (push) Blocked by required conditions
CI / integration (false, macos-14, 3.11) (push) Waiting to run
CI / integration (false, ubuntu-20.04, 3.11) (push) Waiting to run
CI / integration (false, windows-2022, 3.11) (push) Waiting to run
CI / integration (true, ubuntu-20.04, 3.12) (push) Waiting to run
CI / packaging (macos-14, 3.9) (push) Waiting to run
CI / packaging (ubuntu-22.04, 3.9) (push) Waiting to run
CI / packaging (windows-2022, 3.9) (push) Waiting to run

Fix `Read the Docs` config
This commit is contained in:
meejah 2025-01-23 22:26:54 -07:00 committed by GitHub
commit 157d50bc10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,8 @@ build:
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/conf.py