freebsd-ports/www/py-cssselect/files/patch-docs__conf.py
Nicola Vitale 090a44e94d - Update to 0.9.1 [1]
- Add python to CATEGORIES    [1]
- Don't use/fetch objects.inv from Python site, because there is
  no reference to the standard library in the port docs, and so
  remove also the post-patch target
- Specify the clause of BSD license
- Allow to build port with Python 3    [1]
- Add support for stage dir    [1]
- Use PYDISTUTILS_AUTOPLIST    [1]
- Clean a bit the documentation part (install only necessary files)    [1]
- Fix format of WWW field in pkg-descr    [1]

PR:	ports/186328
Submitted by:	olivierd
2014-04-01 22:08:18 +00:00

10 lines
375 B
Python

--- ./docs/conf.py.orig 2014-04-01 22:42:52.000000000 +0200
+++ ./docs/conf.py 2014-04-01 22:43:15.000000000 +0200
@@ -244,7 +244,3 @@
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
-
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}