aboutsummaryrefslogtreecommitdiff
path: root/examples/python2.7/patches/doc-nodownload.diff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python2.7/patches/doc-nodownload.diff')
-rw-r--r--examples/python2.7/patches/doc-nodownload.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/python2.7/patches/doc-nodownload.diff b/examples/python2.7/patches/doc-nodownload.diff
new file mode 100644
index 0000000..df5bd4e
--- /dev/null
+++ b/examples/python2.7/patches/doc-nodownload.diff
@@ -0,0 +1,13 @@
+# DP: Don't try to download documentation tools
+
+--- a/Doc/Makefile
++++ b/Doc/Makefile
+@@ -57,7 +57,7 @@
+
+ update: clean checkout
+
+-build: checkout
++build:
+ mkdir -p build/$(BUILDER) build/doctrees
+ $(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
+ @echo