============== ======================= ================ ===========================
PyYAML_ serialized data storage python-yaml dev-python/pyyaml
Jinja_ HTML templating python-jinja2 dev-python/jinja
-CherryPy_ serve repos over HTTP python-cherrypy3 dev-python/cherrypy
+CherryPy_ serve repos over HTTPS python-cherrypy3 dev-python/cherrypy
Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx
numpydoc_ see :doc:`doc` dev-python/numpydoc [#npd]_
Docutils_ manpage generation python-docutils dev-python/docutils
You will still need to install PyYAML. Jinja is only used by the
``html`` command, so feel free to skip Jinja if you don't mind
avoiding that command. Similarly, CherryPy is only used for the
-``serve`` command. The other dependencies are only used for
+``serve-*`` commands. The other dependencies are only used for
:doc:`building these docs <doc>`, so feel free to skip them and just
use the docs wherever you're currently reading them.