~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to support-files/deb/debian/patches/disable-intersphinx.patch

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Turn off intersphinx mappings- they break in the Ubuntu
 
2
 builders.
 
3
Forwarded: not-needed
 
4
Author: Monty Taylor <mordred@inaugust.com>
 
5
Last-Update: 2011-01-20
 
6
--- a/docs/conf.py
 
7
+++ b/docs/conf.py
 
8
@@ -25,7 +25,7 @@
 
9
 
 
10
 # Add any Sphinx extension module names here, as strings. They can be extensions
 
11
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 
12
-extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage']
 
13
+extensions = ['sphinx.ext.todo', 'sphinx.ext.coverage']
 
14
 
 
15
 # Add any paths that contain templates here, relative to this directory.
 
16
 templates_path = ['_templates']
 
17
@@ -254,4 +254,4 @@
 
18
 
 
19
 
 
20
 # Example configuration for intersphinx: refer to the Python standard library.
 
21
-intersphinx_mapping = {'http://docs.python.org/': None}
 
22
+# intersphinx_mapping = {'http://docs.python.org/': None}