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
The issue happens when one terminates make info, then when make info is re-run the following errors happens:
make info
/tmp/venv/bin/sphinx-build -b texinfo -d _build/doctrees source _build/texinfo
Running Sphinx v4.1.0
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [texinfo]: all documents
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
no targets are out of date.
build succeeded.
The Texinfo files are in _build/texinfo.
Run 'make' in that directory to run these through makeinfo
(use 'make info' here to do that automatically).
Running Texinfo files through makeinfo...
make -C _build/texinfo info
make[1]: Entering directory '/tmp/sss/_build/texinfo'
make[1]: *** No rule to make target 'info'. Stop.
make[1]: Leaving directory '/tmp/sss/_build/texinfo'
make: *** [Makefile:87: info] Error 2
Note that _build/texinfo folder is empty.
The text was updated successfully, but these errors were encountered:
The issue happens when one terminates
make info
, then whenmake info
is re-run the following errors happens:Note that
_build/texinfo
folder is empty.The text was updated successfully, but these errors were encountered: