[Python-modules-commits] [django-auth-ldap] 01/03: Do not include a static copy of "archive"

Michael Fladischer fladi at moszumanska.debian.org
Sun Jul 30 17:47:17 UTC 2017


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

fladi pushed a commit to branch patch-queue/debian/master
in repository django-auth-ldap.

commit f1240aea31f745794690c5e6e3a8ff767205fca2
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 08:49:53 2015 -0700

    Do not include a static copy of "archive"
    
     Upstream configured sphinx to do a static copy of the "archive" directory,
     which is useless in the contet of the Debian package as it only contains
     outdated versions of the documentation.
    Last-Update: 2013-11-26
    Forwarded: not-needed
    
    Patch-Name: docs-do_not_install_archive.patch
    
    Gbp-Pq: Name docs-do_not_install_archive.patch
---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 406ce1a..7649568 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -134,7 +134,7 @@ html_theme_options = {
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['../archive']
+#html_static_path = ['../archive']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.

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



More information about the Python-modules-commits mailing list