Skip to content

Commit a4b6631

Browse files
committed
Add the readthedocs dependencies to environment.yml
Potentially a solution to; - readthedocs/readthedocs.org#6870 Hopefully fixes chipsalliance#43. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
1 parent 60850ef commit a4b6631

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/environment.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ dependencies:
1111
- pygobject
1212
- yosys
1313
- netlistsvg
14-
- pip: # Packages installed from PyPI
14+
# ReadTheDoc dependencies
15+
- mock
16+
- pillow
17+
- sphinx
18+
- sphinx_rtd_theme
19+
# Packages installed from PyPI
20+
- pip:
1521
- -r file:requirements.txt

0 commit comments

Comments
 (0)