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
When I run make -C docs, I get an error that says docs/qsort-example-docs/contents.rst not found. Any advice how to fix this would be helpful.
pwintz-2-in-1:~/code/scarab
$ make -C docs
make: Entering directory '/home/pwintz/code/scarab/docs'
make docs -C ../src
make html -C qsort-example-docs
make[1]: Entering directory '/home/pwintz/code/scarab/docs'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/home/pwintz/code/scarab/docs'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: *** No rule to make target 'docs'. Stop.
make[1]: Leaving directory '/home/pwintz/code/scarab/src'
make: *** [Makefile:8: scarab-src] Error 2
make: *** Waiting for unfinished jobs....
Running Sphinx v1.8.5
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 1 source files that are out of date
updating environment: 1 added, 0 changed, 0 removed
reading sources... [100%] index
Sphinx error:
master file /home/pwintz/code/scarab/docs/qsort-example-docs/contents.rst not found
make[1]: *** [Makefile:23: html] Error 2
make[1]: Leaving directory '/home/pwintz/code/scarab/docs/qsort-example-docs'
make: *** [Makefile:11: qsort-example] Error 2
make: Leaving directory '/home/pwintz/code/scarab/docs'
The text was updated successfully, but these errors were encountered:
When I run
make -C docs
, I get an error that saysdocs/qsort-example-docs/contents.rst not found
. Any advice how to fix this would be helpful.The text was updated successfully, but these errors were encountered: