Lines Matching +full:build +full:- +full:docs
5 documentation. You don't need to build them yourself, `prebuilt versions are
6 available <https://docs.python.org/dev/download.html>`_.
14 Building the docs
23 * `python-docs-theme <https://pypi.org/project/python-docs-theme/>`_
29 ----------
35 That will install all the tools necessary to build the documentation. Assuming
38 build the HTML output files::
52 * "clean", which removes all build files.
59 * "htmlview", which re-uses the "html" builder, but then opens the main page
63 convert them into a single Compiled HTML (.chm) file -- these are popular
75 * "epub", which builds an EPUB document, suitable to be viewed on e-book
80 well as a plain-text (.txt) file.
89 * "pydoc-topics", which builds a Python module containing a dictionary with
91 `tools/pyspecific.py` -- pydoc needs these to show topic and keyword help.
98 * "serve", which serves the build/html directory on port 8000.
105 ------------
111 sphinx-build -b<builder> . build/<builder>
134 You can also send a mail to the Python Documentation Team at docs@python.org,
138 a mail to docs@python.org.