Skip to content

Commit

Permalink
Add build information to config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jun 15, 2024
1 parent 4ed630c commit 2225cd2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .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.9"
# 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
Expand All @@ -18,6 +28,5 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.9
install:
- requirements: requirements.txt

0 comments on commit 2225cd2

Please sign in to comment.