ports/www/py-cssselect/files/patch-docs__conf.py
Nicola Vitale 8ffe5e9e77 - Add code and patch files/patch-docs__conf.py to avoid
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)
2012-07-17 05:49:47 +00:00

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'}