Skip to content

Commit 0890733

Browse files
committed
ci: specify self-install in docs/requirements.txt
1 parent 8c7a3d9 commit 0890733

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ build:
1111
python:
1212
install:
1313
- requirements: docs/requirements.txt
14-
- method: pip
15-
path: .
16-
extra_requirements:
17-
- .
1814

1915
sphinx:
2016
configuration: docs/conf.py

docs/requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
# This primarily exists for the readthedocs.io build, but may
2+
# also be useful for building docs in a local virtualenv:
3+
#
4+
# python -m venv .venv
5+
# source .venv/bin/activate
6+
# pip install -r docs/requirements.txt
7+
# make docs
8+
.
19
setuptools_scm
210
sphinx-rtd-theme

0 commit comments

Comments
 (0)