Skip to content

Commit

Permalink
.readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chapig committed Dec 21, 2024
1 parent 63e949f commit 0798f8f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yaml

version: 2

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

# Use a Python environment for building
python:
version: "3.9"
install:
- method: pip
path: .
- requirements: docs/requirements.txt

# Optional: Redirect documentation index
redirects:
- from: /
to: /en/latest/

0 comments on commit 0798f8f

Please sign in to comment.