[Python-modules-commits] r32388 - in packages/sphinx/trunk/debian (2 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Mon Apr 20 14:56:39 UTC 2015
Date: Monday, April 20, 2015 @ 14:56:38
Author: mitya57
Revision: 32388
Revert the previous revision and set html_theme=classic instead
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/dh-sphinxdoc/conf.py
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2015-04-20 14:30:57 UTC (rev 32387)
+++ packages/sphinx/trunk/debian/changelog 2015-04-20 14:56:38 UTC (rev 32388)
@@ -34,8 +34,6 @@
* Bump Standards-Version to 3.9.6, no changes needed.
* Override lintian false positive warnings about missing sources for
minified files (jquery.js, underscore.js, and css3-mediaqueries.js).
- * Remove collapsiblesidebar option (which no longer exists) from
- debian/dh-sphinxdoc/conf.py.
-- Dmitry Shachnev <mitya57 at debian.org> Mon, 20 Apr 2015 12:11:52 +0300
Modified: packages/sphinx/trunk/debian/dh-sphinxdoc/conf.py
===================================================================
--- packages/sphinx/trunk/debian/dh-sphinxdoc/conf.py 2015-04-20 14:30:57 UTC (rev 32387)
+++ packages/sphinx/trunk/debian/dh-sphinxdoc/conf.py 2015-04-20 14:56:38 UTC (rev 32388)
@@ -1 +1,3 @@
master_doc = 'empty'
+html_theme = 'classic'
+html_theme_options = {'collapsiblesidebar': True}
More information about the Python-modules-commits
mailing list