[Python-modules-commits] [python-asyncssh] 08/14: make Sphinx use default theme
Vincent Bernat
bernat at moszumanska.debian.org
Sat Sep 10 12:10:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository python-asyncssh.
commit 3ddd1a95c6c008e5968d1655e36c500b167e6b11
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date: Thu Oct 8 11:09:41 2015 -0700
make Sphinx use default theme
Forwarded: not-needed
The "classic" theme is introduced in Sphinx 1.3 and not available in
Sphinx 1.2.
Patch-Name: sphinx-use-default-theme.patch
---
docs/rftheme/static/rftheme.css_t | 2 +-
docs/rftheme/theme.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/rftheme/static/rftheme.css_t b/docs/rftheme/static/rftheme.css_t
index 66aad65..77fe744 100644
--- a/docs/rftheme/static/rftheme.css_t
+++ b/docs/rftheme/static/rftheme.css_t
@@ -1,4 +1,4 @@
- at import url("classic.css");
+ at import url("default.css");
.tight-list * {
line-height: 110% !important;
diff --git a/docs/rftheme/theme.conf b/docs/rftheme/theme.conf
index 1c2b15e..a417128 100644
--- a/docs/rftheme/theme.conf
+++ b/docs/rftheme/theme.conf
@@ -1,4 +1,4 @@
[theme]
-inherit = classic
+inherit = default
stylesheet = rftheme.css
pygments_style = sphinx
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git
More information about the Python-modules-commits
mailing list