Skip to content

Commit

Permalink
docs: add .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jun 30, 2024
1 parent a9b0aad commit 32cff3b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

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

0 comments on commit 32cff3b

Please sign in to comment.