We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79f3e7 commit cff4f8eCopy full SHA for cff4f8e
.readthedocs.yaml
@@ -19,7 +19,9 @@ sphinx:
19
formats:
20
- pdf
21
22
-# Optionally set the version of Python and requirements required to build your docs
23
python:
24
install:
25
- - requirements: requirements/docs.txt
+ - method: pip
+ path: .
26
+ extra_requirements:
27
+ - docs
requirements/docs.txt
@@ -5,5 +5,3 @@ furo>=2023.9.10
5
myst-parser>=2.0.0
6
moto>=4.2.8
7
sphinx-copybutton>=0.5.2
8
-nbformat
9
-entrypoints
0 commit comments