[Python-modules-commits] [django-memoize] 02/08: Use default 'alabaster' theme for documentation
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Wed Feb 22 20:14:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository django-memoize.
commit 8f548902d45b18afa766bd93d3c203b0deda5e6f
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Mon Jul 25 20:53:36 2016 +0100
Use default 'alabaster' theme for documentation
---
docs/conf.py | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 57918f8..088c425 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -99,18 +99,17 @@ exclude_patterns = ['_build']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'flask_small'
+#
+html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-html_theme_options = {
- 'index_logo': 'flask-cache.png',
- 'github_fork': 'tvavrys/django-memoize'
-}
+#
+# html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ['_themes']
+# html_theme_path = []
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-memoize.git
More information about the Python-modules-commits
mailing list