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
While running sphinx-build to create HTML pages, it asks for a source dir now.
Just put $(SOURCEDIR) in $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html after $(ALLSPHINXOPTS). This will fix the issue. Try to run make html first to check if it's working or not.
What you expected to happen
How to reproduce (as minimally and precisely as possible)
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Description of the bug
While running sphinx-build to create HTML pages, it asks for a source dir now.
Just put
$(SOURCEDIR)
in$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
after$(ALLSPHINXOPTS)
. This will fix the issue. Try to runmake html
first to check if it's working or not.What you expected to happen
How to reproduce (as minimally and precisely as possible)
Anything else we need to know?
The text was updated successfully, but these errors were encountered: