Skip to content

Commit

Permalink
add python to docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jul 29, 2024
1 parent 0071c85 commit e89a2fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
# python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
golang: "1.20"
golang: "1.22"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -30,6 +31,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt

0 comments on commit e89a2fd

Please sign in to comment.