[Python-modules-commits] [python-django] 01/19: Disable creation of _sources directory by Sphinx

Luke Faraone lfaraone at moszumanska.debian.org
Thu Jul 21 02:34:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

lfaraone pushed a commit to branch debian/jessie
in repository python-django.

commit e060f68ba27696957e5d5e5f06e3e2c4dfd1486e
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Thu Jul 21 04:32:58 2016 +0200

    Disable creation of _sources directory by Sphinx
    
     We do this to save some space as the sources of the documentation
     are not really useful in a binary package.
     .
     This is a Debian specific patch.
    Forwarded: not-needed
    Origin: vendor
---
 docs/conf.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 7707cf3..f179438 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -200,7 +200,10 @@ html_additional_pages = {}
 #html_split_index = False
 
 # If true, links to the reST sources are added to the pages.
-#html_show_sourcelink = True
+html_show_sourcelink = False
+
+# Do not ship a copy of the sources
+html_copy_source = False
 
 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
 #html_show_sphinx = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git



More information about the Python-modules-commits mailing list