]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/conf.py
1 # -*- coding: utf-8 -*-
3 # wallabag documentation build configuration file, created by
4 # sphinx-quickstart on Fri Oct 16 06:47:23 2015.
10 templates_path
= ['_templates']
11 source_suffix
= '.rst'
14 copyright
= u
'2013-2016, Nicolas Lœuillet - MIT Licence'
17 exclude_patterns
= ['_build']
18 pygments_style
= 'sphinx'
19 html_theme
= 'default'
20 html_static_path
= ['_static']
21 htmlhelp_basename
= 'wallabagdoc'
27 ('index', 'wallabag.tex', u
'wallabag Documentation',
28 u
'Nicolas Lœuillet', 'manual'),
32 ('index', 'wallabag', u
'wallabag Documentation',
33 [u
'Nicolas Lœuillet'], 1)
37 ('index', 'wallabag', u
'wallabag Documentation',
38 u
'Nicolas Lœuillet', 'wallabag', 'wallabag is an opensource read-it-later.',
42 ##### Guzzle sphinx theme
44 import guzzle_sphinx_theme
45 html_translator_class
= 'guzzle_sphinx_theme.HTMLTranslator'
46 html_theme_path
= guzzle_sphinx_theme
.html_theme_path()
47 html_theme
= 'guzzle_sphinx_theme'
49 # Custom sidebar templates, maps document names to template names.
51 '**': ['logo-text.html', 'globaltoc.html', 'searchbox.html']
54 # Register the theme as an extension to generate a sitemap.xml
55 extensions
.append("guzzle_sphinx_theme")