Skip to content

Commit

Permalink
Add readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 20, 2023
1 parent 965dda7 commit dfdd5a9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ install_requires =

[options.packages.find]
where = src

[options.extras_require]
docs =
sphinx

0 comments on commit dfdd5a9

Please sign in to comment.