summaryrefslogtreecommitdiffstats
path: root/Doc/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34324: Doc README wrong directory name for venv (GH-8650)Stéphane Wirtel2018-08-091-1/+1
| | | | | In the documentation, the `env` directory is specified when we execute the `make venv` command. But in the code, `make venv` will create the virtualenv inside the `venv` directory (defined by `VENVDIR`)
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-1/+1
|
* Revert "bpo-30487: automatically create a venv and install Sphinx when ↵Ned Deily2017-11-271-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 Hattingh2017-11-261-16/+23
| | | | (GH-4346)
* bpo-31036: Allow sphinx and blurb to be found automatically (#3440)Ned Deily2017-09-081-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 Fresh2017-08-301-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)Roger2017-02-151-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