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
Use tags in docs building to split up requirements
The goal is to allow a build of just the `man` pages with a minimal set
of dependencies, like:
sphinx-build \
--tag man \
-c docs/html \
-d docs/build/doctrees/man \
-b man \
docs/man \
docs/build/man
This is for the sake of people distributing `pip` who want to build the
man pages (but not the HTML ones) along side the application.
This is an alternative to the approach proposed in[1] and similarly
addresses[2]
Link: #12900 [1]
Link: #12881 [2]
0 commit comments