Skip to content

Commit

Permalink
Update .readthedocs.yml with build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann authored Nov 17, 2023
1 parent c4cb00f commit 54cc242
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

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

0 comments on commit 54cc242

Please sign in to comment.