Skip to content

Commit

Permalink
Set up for ReadTheDocs
Browse files Browse the repository at this point in the history
Closes #8.
  • Loading branch information
dweindl committed Jan 15, 2025
1 parent 02eb081 commit 4ba8267
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# .readthedocs.yaml (version 2)
version: 2
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

build:
environment:
GITHUB_API_TOKEN: ${GITHUB_API_TOKEN}
version: 2

sphinx:
configuration: docs/conf.py
builder: html
configuration: doc/conf.py
fail_on_warning: True

python:
version: 3.8
install:
- requirements: docs/requirements.txt
build:
os: "ubuntu-22.04"
tools:
python: "3.12"

0 comments on commit 4ba8267

Please sign in to comment.