Staging
v0.5.1
https://github.com/python/cpython
Revision 9cc332094c5f8cbaa47400633ab3ba372da61c9d authored by Ned Deily on 08 September 2017, 17:42:19 UTC, committed by Ned Deily on 08 September 2017, 17:42:19 UTC
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.
1 parent 5da989c
History
Tip revision: 9cc332094c5f8cbaa47400633ab3ba372da61c9d authored by Ned Deily on 08 September 2017, 17:42:19 UTC
[3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)
Tip revision: 9cc3320
File Mode Size
clinic
stringlib
README -rw-r--r-- 41 bytes
abstract.c -rw-r--r-- 71.4 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 94.0 KB
bytes_methods.c -rw-r--r-- 8.8 KB
bytesobject.c -rw-r--r-- 109.1 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 18.7 KB
codeobject.c -rw-r--r-- 24.4 KB
complexobject.c -rw-r--r-- 31.4 KB
descrobject.c -rw-r--r-- 54.0 KB
dict-common.h -rw-r--r-- 548 bytes
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 119.2 KB
enumobject.c -rw-r--r-- 12.7 KB
exceptions.c -rw-r--r-- 85.6 KB
fileobject.c -rw-r--r-- 15.4 KB
floatobject.c -rw-r--r-- 65.9 KB
frameobject.c -rw-r--r-- 32.3 KB
funcobject.c -rw-r--r-- 30.4 KB
genobject.c -rw-r--r-- 37.4 KB
iterobject.c -rw-r--r-- 9.1 KB
listobject.c -rw-r--r-- 86.3 KB
listsort.txt -rw-r--r-- 34.9 KB
lnotab_notes.txt -rw-r--r-- 5.3 KB
longobject.c -rw-r--r-- 160.8 KB
memoryobject.c -rw-r--r-- 89.3 KB
methodobject.c -rw-r--r-- 11.2 KB
moduleobject.c -rw-r--r-- 22.1 KB
namespaceobject.c -rw-r--r-- 7.3 KB
object.c -rw-r--r-- 56.8 KB
obmalloc.c -rw-r--r-- 78.0 KB
odictobject.c -rw-r--r-- 76.4 KB
rangeobject.c -rw-r--r-- 37.5 KB
setobject.c -rw-r--r-- 70.2 KB
sliceobject.c -rw-r--r-- 19.2 KB
structseq.c -rw-r--r-- 12.9 KB
tupleobject.c -rw-r--r-- 29.8 KB
typeobject.c -rw-r--r-- 228.9 KB
typeslots.inc -rw-r--r-- 3.9 KB
typeslots.py -rwxr-xr-x 1.2 KB
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 449.9 KB
unicodetype_db.h -rw-r--r-- 229.3 KB
weakrefobject.c -rw-r--r-- 29.5 KB

README

back to top