1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
From: =?utf-8?q?Piotr_O=C5=BCarowski?= <piotr@debian.org>
Date: Sat, 29 Dec 2018 22:17:54 +0100
Subject: use standard theme
pylons_sphinx_themes is not packaged in Debian
docs/conf.py | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
@@ -13,7 +13,7 @@
import sys, os
import datetime
-import pylons_sphinx_themes
+# import pylons_sphinx_themes
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -102,11 +102,11 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'pylons'
-html_theme_path = pylons_sphinx_themes.get_html_themes_path()
-html_theme_options = dict(
- github_url='https://github.com/Pylons/webtest',
- )
+# html_theme = 'pylons'
+# html_theme_path = pylons_sphinx_themes.get_html_themes_path()
+# html_theme_options = dict(
+# github_url='https://github.com/Pylons/webtest',
+# )
# 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.
@@ -180,13 +180,13 @@
htmlhelp_basename = 'WebTestdoc'
# Control display of sidebars
-html_sidebars = { '**': [
- 'localtoc.html',
- 'ethicalads.html',
- 'relations.html',
- 'sourcelink.html',
- 'searchbox.html',
-] }
+# html_sidebars = { '**': [
+# 'localtoc.html',
+# 'ethicalads.html',
+# 'relations.html',
+# 'sourcelink.html',
+# 'searchbox.html',
+# ] }
# -- Options for LaTeX output --------------------------------------------------
|