Merge pull request #1857 from PyCQA/rtd

add minimal rtd configuration
This commit is contained in:
Anthony Sottile 2023-07-31 19:45:25 -04:00 committed by GitHub
commit d20a7e1e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

10
.readthedocs.yaml Normal file
View file

@ -0,0 +1,10 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
install:
- path: .
- requirements: docs/source/requirements.txt

View file

@ -1,4 +1,4 @@
sphinx>=2.1.0,!=3.1.0
sphinx_rtd_theme
sphinx-prompt
sphinx-rtd-theme>=1.2.2
sphinx-prompt>=1.5.0
docutils!=0.18