Skip to content

Commit f8642fd

Browse files
committed
Test different approach for dependency install
1 parent 3960893 commit f8642fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.12"
13+
jobs:
14+
pre_build:
15+
- pip install .[doc,tests]
1316

1417
# Build documentation in the "docs/" directory with Sphinx
1518
sphinx:
@@ -20,7 +23,7 @@ sphinx:
2023
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2124
python:
2225
install:
23-
- requirements: docs/docs-requirements.txt
26+
# - requirements: docs/docs-requirements.txt
2427
- method: pip
2528
path: .
2629
# extra_requirements:

0 commit comments

Comments
 (0)