Skip to content

Commit

Permalink
docs: update files for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
straithe committed Dec 7, 2023
1 parent f5dd48a commit 77805a5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools
build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Build PDF for docs
formats:
- pdf

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

0 comments on commit 77805a5

Please sign in to comment.