mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
download of intersphinx inventory during the install stage (on pointyhat) - Remove OPTIONS_DEFAULT=DOCS - Add switch -N to the sphinx-build command (don't do colored output)
8 lines
367 B
Python
8 lines
367 B
Python
--- ./docs/conf.py.orig 2012-07-16 23:28:27.000000000 +0200
|
|
+++ ./docs/conf.py 2012-07-16 23:28:52.000000000 +0200
|
|
@@ -247,4 +247,4 @@
|
|
|
|
|
|
# Example configuration for intersphinx: refer to the Python standard library.
|
|
-intersphinx_mapping = {'http://docs.python.org/': None}
|
|
+intersphinx_mapping = {'http://docs.python.org/': '%%DISTDIR%%/%%PORTNAME%%/objects.inv'}
|