Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30607: Use external python-doc-theme (GH-2017) | Jon Wayne Parrott | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | Revert "bpo-30487: automatically create a venv and install Sphinx when ↵ | Ned Deily | 2017-11-27 | 1 | -23/+16 |
| | | | | | | running make (GH-4346)" (#4592) Fix breakage documented in bpo-32149. This reverts commit d8d6b9122134f040cd5a4f15f40f6c9e3386db4d. | ||||
* | bpo-30487: automatically create a venv and install Sphinx when running make ↵ | Caleb Hattingh | 2017-11-26 | 1 | -16/+23 |
| | | | | (GH-4346) | ||||
* | bpo-31036: Allow sphinx and blurb to be found automatically (#3440) | Ned Deily | 2017-09-08 | 1 | -20/+27 |
| | | | | Rather than requiring the path to blurb and/or sphinx-build to be specified to the make rule, enhance the Doc/Makefile to look for each first in a virtual environment created by make venv and, if not found, look on the normal process PATH. This allows the Doc/Makefile to take advantage of an installed spinx-build or blurb and, thus, do the right thing most of the time. Also, make the directory for the venv be configurable and document the `make venv` target. | ||||
* | bpo-30737: Update DevGuide links to new URL (GH-3228) | Lisa Hewus Fresh | 2017-08-30 | 1 | -3/+3 |
| | | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org | ||||
* | Rename Doc/README.txt to Doc/README.rst and add formatting (#104) | Roger | 2017-02-15 | 1 | -0/+122 |
* Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst |