Skip to content

Commit

Permalink
update readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocz committed Aug 13, 2024
1 parent 2039812 commit bc7d7d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ version: 2

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

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

# Optionally set the version of Python and requirements required to build your docs
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit bc7d7d0

Please sign in to comment.