diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-09-23 11:08:49 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-09-23 11:52:10 -0700 |
commit | 90c9aa5b38437b03b7066683110962c4a65c67bc (patch) | |
tree | 924cfe3eb7ca4e945fd6446b2c1805627ba31309 /www-servers/tornado/files/4.4-drop-intersphinx.patch | |
parent | dev-util/buildbot-www: Version bump (diff) | |
download | gentoo-90c9aa5b38437b03b7066683110962c4a65c67bc.tar.gz gentoo-90c9aa5b38437b03b7066683110962c4a65c67bc.tar.bz2 gentoo-90c9aa5b38437b03b7066683110962c4a65c67bc.zip |
www-servers/tornado: Version bump
Add new twisted single pkg dep (almost ready for the tree)
Needed for newer salt version(s)
Package-Manager: portage-2.3.1_p4
Diffstat (limited to 'www-servers/tornado/files/4.4-drop-intersphinx.patch')
-rw-r--r-- | www-servers/tornado/files/4.4-drop-intersphinx.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/www-servers/tornado/files/4.4-drop-intersphinx.patch b/www-servers/tornado/files/4.4-drop-intersphinx.patch new file mode 100644 index 000000000000..cec403e772fb --- /dev/null +++ b/www-servers/tornado/files/4.4-drop-intersphinx.patch @@ -0,0 +1,36 @@ +diff --git a/docs/Makefile b/docs/Makefile +index 7001b80..ab2ffdd 100644 +--- a/docs/Makefile ++++ b/docs/Makefile +@@ -3,7 +3,7 @@ all: sphinx + + # No -W for doctests because that disallows tests with empty output. + SPHINX_DOCTEST_OPTS=-n -d build/doctress . +-SPHINXOPTS=-n -W -d build/doctrees . ++SPHINXOPTS=-n -d build/doctrees . + + .PHONY: sphinx + sphinx: +diff --git a/docs/conf.py b/docs/conf.py +index 368e4e8..85a276d 100644 +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -17,7 +17,6 @@ extensions = [ + "sphinx.ext.coverage", + "sphinx.ext.doctest", + "sphinx.ext.extlinks", +- "sphinx.ext.intersphinx", + "sphinx.ext.viewcode", + ] + +@@ -92,10 +91,6 @@ + 'tornado-%s.tar.g' % version), + } + +-intersphinx_mapping = { +- 'python': ('https://docs.python.org/3.5/', None), +- } +- + on_rtd = os.environ.get('READTHEDOCS', None) == 'True' + + # On RTD we can't import sphinx_rtd_theme, but it will be applied by |