aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/conf.py')
-rw-r--r--docs/en/conf.py34
1 files changed, 1 insertions, 33 deletions
diff --git a/docs/en/conf.py b/docs/en/conf.py
index 8d0a4776..86e33704 100644
--- a/docs/en/conf.py
+++ b/docs/en/conf.py
@@ -11,7 +11,7 @@ templates_path = ['_templates']
11source_suffix = '.rst' 11source_suffix = '.rst'
12master_doc = 'index' 12master_doc = 'index'
13project = u'wallabag' 13project = u'wallabag'
14copyright = u'2013-2015, Nicolas LÅ“uillet - MIT Licence' 14copyright = u'2013-2016, Nicolas LÅ“uillet - MIT Licence'
15version = '2.0.0' 15version = '2.0.0'
16release = version 16release = version
17exclude_patterns = ['_build'] 17exclude_patterns = ['_build']
@@ -53,35 +53,3 @@ html_sidebars = {
53 53
54# Register the theme as an extension to generate a sitemap.xml 54# Register the theme as an extension to generate a sitemap.xml
55extensions.append("guzzle_sphinx_theme") 55extensions.append("guzzle_sphinx_theme")
56
57# Guzzle theme options (see theme.conf for more information)
58html_theme_options = {
59
60 # Set the path to a special layout to include for the homepage
61 # "index_template": "homepage.html",
62
63 # Allow a separate homepage from the master_doc
64 # homepage = index
65
66 # Set the name of the project to appear in the nav menu
67 # "project_nav_name": "Guzzle",
68
69 # Set your Disqus short name to enable comments
70 # "disqus_comments_shortname": "my_disqus_comments_short_name",
71
72 # Set you GA account ID to enable tracking
73 # "google_analytics_account": "my_ga_account",
74
75 # Path to a touch icon
76 # "touch_icon": "",
77
78 # Specify a base_url used to generate sitemap.xml links. If not
79 # specified, then no sitemap will be built.
80 #"base_url": "http://guzzlephp.org"
81
82 # Allow the "Table of Contents" page to be defined separately from "master_doc"
83 # tocpage = Contents
84
85 # Allow the project link to be overriden to a custom URL.
86 # projectlink = http://myproject.url
87}