Skip to content

Commit

Permalink
Use requirements.txt in readthedocs config (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb authored Nov 21, 2023
1 parent 422460a commit 0d0bffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ build:
sphinx:
configuration: docs/conf.py

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

0 comments on commit 0d0bffe

Please sign in to comment.