idella4     14/04/09 15:18:02

  Added:                doc-extensions.patch
  Log:
  bump; patch to fox doc build
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/fabric/files/doc-extensions.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/files/doc-extensions.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/files/doc-extensions.patch?rev=1.1&content-type=text/plain

Index: doc-extensions.patch
===================================================================
releases module cannot be found and would cause un-needed d'loading
diff -ur Fabric-1.8.3.orig/docs/conf.py Fabric-1.8.3/docs/conf.py
--- docs/conf.py        2014-02-15 01:28:56.000000000 +0800
+++ docs/conf.py        2014-04-09 22:55:42.851674861 +0800
@@ -26,7 +26,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'releases']
+extensions = ['sphinx.ext.autodoc']
 
 # 'releases' (changelog) settings
 releases_issue_uri = "https://github.com/fabric/fabric/issues/%s";




Reply via email to