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
At the moment it is possible to build documentation in any format by use "setup.py build_sphinx -b ' but that it is only about generate documentation.
For example I'm trying to generate and install documentation generated by sphinx as roff man pages so I'm using setup.py build_sphinx -b man however after that seems like is missing possibility to install that documentation.
I think that it would be good to have something like setup.py install_sphinx -b <format> --root </install/root>
The text was updated successfully, but these errors were encountered:
At the moment it is possible to build documentation in any format by use "setup.py build_sphinx -b ' but that it is only about generate documentation.
For example I'm trying to generate and install documentation generated by sphinx as roff man pages so I'm using
setup.py build_sphinx -b man
however after that seems like is missing possibility to install that documentation.I think that it would be good to have something like
setup.py install_sphinx -b <format> --root </install/root>
The text was updated successfully, but these errors were encountered: