Skip to content

Commit

Permalink
Create .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed May 15, 2023
1 parent e921181 commit d7c388f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11.3"
# 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/conf.py

0 comments on commit d7c388f

Please sign in to comment.