Skip to content

Commit

Permalink
- try avoiding package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 3, 2023
1 parent 84cbe4e commit d541649
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
## We recommend specifying your dependencies to enable reproducible builds:
## https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
#python:
# install:
# - requirements: docs/requirements.txt
# - method: pip
# path: .

0 comments on commit d541649

Please sign in to comment.