Skip to content

Commit

Permalink
ci(docs): add read-the-docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Sep 16, 2022
1 parent 8234781 commit 56d57e3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: pyproject.toml
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 56d57e3

Please sign in to comment.