forked from Lainports/freebsd-ports
is enabled. For example, if py27 is default and try to build the py36 flavor, it was using the py27 flavor of sphinx for the docs build and leaving behind python 2.7 bytecode in STAGEDIR: ====> Running Q/A tests (stage-qa) Error: 'lib/python3.6/site-packages/cssselect/parser.pyc' is referring to /wrkdirs/usr/ports/www/py-cssselect/work-py36/stage Error: 'lib/python3.6/site-packages/cssselect/xpath.pyc' is referring to /wrkdirs/usr/ports/www/py-cssselect/work-py36/stage Error: 'lib/python3.6/site-packages/cssselect/__init__.pyc' is referring to /wrkdirs/usr/ports/www/py-cssselect/work-py36/stage *** Error code 1 While here: Add LICENSE_FILE Add NO_ARCH Pet portlint Approved by: portmgr (blanket)
10 lines
345 B
Python
10 lines
345 B
Python
--- docs/conf.py.orig 2013-09-15 08:25:25 UTC
|
|
+++ docs/conf.py
|
|
@@ -244,7 +244,3 @@ texinfo_documents = [
|
|
|
|
# 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}
|