Skip to content

Commit

Permalink
Add .readthedocs.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 18, 2024
1 parent e88a71e commit b4f8a29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: '3.12'
- python-version: '3.12' # Keep in sync with .readthedocs.yml
env:
TOXENV: docs
- python-version: '3.12'
Expand Down
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
formats: all
sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.12" # Keep in sync with .github/workflows/main.yml

python:
install:
- requirements: docs/requirements.txt
- path: .

0 comments on commit b4f8a29

Please sign in to comment.