Skip to content

Commit

Permalink
Merge pull request #1857 from PyCQA/rtd
Browse files Browse the repository at this point in the history
add minimal rtd configuration
  • Loading branch information
asottile committed Jul 31, 2023
2 parents 15f4569 + d734e31 commit d20a7e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
install:
- path: .
- requirements: docs/source/requirements.txt
4 changes: 2 additions & 2 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d20a7e1

Please sign in to comment.