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 (#13168)
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
exclusively the man pages (and find the HTML build dependencies
problematic).
0 commit comments