Skip to content

Commit fc5cd4c

Browse files
committed
Fix package install for docs
1 parent 3dc25cf commit fc5cd4c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.readthedocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ build:
55
tools:
66
python: "3.11"
77

8+
commands:
9+
- python -m pip install -U pip
10+
- python -m pip install . --group docs
11+
812
sphinx:
913
configuration: docs/sphinx/source/conf.py
1014

1115
formats:
1216
- htmlzip
1317

14-
python:
15-
install:
16-
- requirements: docs/sphinx/requirements.txt
17-
1818
submodules:
1919
exclude: all

docs/sphinx/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)