Skip to content

Commit

Permalink
Test different approach for dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmetzger committed Apr 23, 2024
1 parent 3960893 commit f8642fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
pre_build:
- pip install .[doc,tests]

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -20,7 +23,7 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/docs-requirements.txt
# - requirements: docs/docs-requirements.txt
- method: pip
path: .
# extra_requirements:
Expand Down

0 comments on commit f8642fd

Please sign in to comment.