There was an error while loading. Please reload this page.
1 parent 839070a commit 3221d12Copy full SHA for 3221d12
1 file changed
conda-reqs/docs.yaml
@@ -22,3 +22,9 @@ dependencies:
22
- sphinx-autobuild
23
- sphinx_rtd_theme
24
- docutils
25
+ - requests
26
+
27
+ # Install Node.js outside conda to avoid conflicting with the ICU version
28
+ # required by Chipyard's toolchain. fnm reads docs/.nvmrc and installs an
29
+ # official Node.js binary that does not use conda's ICU package.
30
+ - fnm
0 commit comments