Skip to content

Commit cff4f8e

Browse files
authored
Fix rtd config to use extras (#836)
* update docs dependencies * install requirements for docs * Update rtd config dependency install * trigger rtd pr build
1 parent a79f3e7 commit cff4f8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ sphinx:
1919
formats:
2020
- pdf
2121

22-
# Optionally set the version of Python and requirements required to build your docs
2322
python:
2423
install:
25-
- requirements: requirements/docs.txt
24+
- method: pip
25+
path: .
26+
extra_requirements:
27+
- docs

requirements/docs.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ furo>=2023.9.10
55
myst-parser>=2.0.0
66
moto>=4.2.8
77
sphinx-copybutton>=0.5.2
8-
nbformat
9-
entrypoints

0 commit comments

Comments
 (0)