Lines Matching +full:linkcheck +full:- +full:docs
6 available at <https://docs.python.org/dev/download.html>.
10 developers guide <https://docs.python.org/devguide/documenting.html>.
13 Building the docs
16 You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
17 used to build the docs. It is not included in this tree, but maintained
22 ----------
41 To use a specific sphinx-build (something other than ``sphinx-build``), set
50 * "htmlview", which re-uses the "html" builder, but then opens the main page
54 convert them into a single Compiled HTML (.chm) file -- these are popular
66 * "epub", which builds an EPUB document, suitable to be viewed on e-book
69 * "linkcheck", which checks all external references to see whether they are
71 well as a plain-text (.txt) file.
80 * "pydoc-topics", which builds a Python module containing a dictionary with
82 `tools/pyspecific.py` -- pydoc needs these to show topic and keyword help.
96 ------------
102 sphinx-build -b<builder> . build/<builder>
117 You can also send a mail to the Python Documentation Team at docs@python.org,
121 a mail to docs@python.org.