You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tar -xf sphinx_rtd_theme-0.5.1.tar.gz
$ cd sphinx_rtd_theme-0.5.1/
$ python setup.py build
running build
running build_py
up to date in 189ms
found 0 vulnerabilities
error: [Errno 2] No such file or directory: 'node_modules/.bin/webpack'
If I were to guess, it's missing some file that would make npm actually install something. Even then, having setup.py download anything really sucks. And I think I've already suggested including prebuilt webpack in pypi releases.
Environment Info
Python Version: 3.9.1
Sphinx Version: 3.4.1
RTD Theme Version: 0.5.1
The text was updated successfully, but these errors were encountered:
Problem
The pypi tarball for 0.5.1 does not build.
If I were to guess, it's missing some file that would make npm actually install something. Even then, having
setup.py
download anything really sucks. And I think I've already suggested including prebuilt webpack in pypi releases.Environment Info
The text was updated successfully, but these errors were encountered: