Skip to content

Commit

Permalink
added build section to .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Nov 23, 2024
1 parent 4c7c27e commit d172d94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -13,6 +18,5 @@ formats: all

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

0 comments on commit d172d94

Please sign in to comment.