~raorn/nova/havana

« back to all changes in this revision

Viewing changes to debian/patches/fix-docs-build-without-network.patch

  • Committer: James Page
  • Date: 2013-10-04 10:14:13 UTC
  • mfrom: (622.1.2 havana)
  • Revision ID: james.page@canonical.com-20131004101413-bf0pl4jsmv0qon8t
debian/patches/fix-novnc-regression.patch: Fix regression caused
by use of more recent version of websockify upstream (LP: #1235044).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Build docs without network access.
2
2
Author: Chuck Short <zulcss@ubuntu.com>
3
3
Forwarded: no
4
 
Index: nova-2012.2/doc/source/conf.py
5
 
===================================================================
6
 
--- nova-2012.2.orig/doc/source/conf.py 2012-08-20 16:03:38.000000000 -0700
7
 
+++ nova-2012.2/doc/source/conf.py      2012-08-20 16:05:33.935267181 -0700
8
 
@@ -28,7 +28,6 @@
 
4
--- a/doc/source/conf.py
 
5
+++ b/doc/source/conf.py
 
6
@@ -28,7 +28,6 @@ sys.path.insert(0, os.path.abspath('./')
9
7
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
10
8
 
11
9
 extensions = ['sphinx.ext.autodoc',