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
I noticed that when I run make html singlehtml, the documentation appears to be generated under build/sphinx directory, but it looks like it also creates some directories under the doc.
If we run python setup.py bdist, then the bdist distribution package would go under build/bdist.linux-x86_64 or so. Since we have the sphinx folder being created under build, and setuptools is using that directory as well, then maybe we could stop using doc too?
Or is there a reason for the need of another folder for building the documentation?
The text was updated successfully, but these errors were encountered:
Oh, you are right, make clean html singlehtml gives me no build directory, only the doc folder. I must have had some old folder there. And nothing appears now in git status. Funny 😕
Only way to get the build directory now is python setup.py bdist/install/etc. Closing it, sorry!
I noticed that when I run
make html singlehtml
, the documentation appears to be generated underbuild/sphinx
directory, but it looks like it also creates some directories under thedoc
.If we run
python setup.py bdist
, then the bdist distribution package would go underbuild/bdist.linux-x86_64
or so. Since we have thesphinx
folder being created underbuild
, andsetuptools
is using that directory as well, then maybe we could stop usingdoc
too?Or is there a reason for the need of another folder for building the documentation?
The text was updated successfully, but these errors were encountered: