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 13, 2023
1 parent 288119a commit e2ac158
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
@@ -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
Expand Up @@ -29,3 +29,7 @@ install_requires =

[options.packages.find]
where = src

[options.extras_require]
docs =
sphinx

0 comments on commit e2ac158

Please sign in to comment.