From acc0160c29f1e67ad6e85b1dbf28dcffb0c04ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 20 Jan 2016 12:54:19 +0100 Subject: Add configuration for portuguese documentation --- docs/en/conf.py | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'docs/en/conf.py') 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'] source_suffix = '.rst' master_doc = 'index' project = u'wallabag' -copyright = u'2013-2015, Nicolas LÅ“uillet - MIT Licence' +copyright = u'2013-2016, Nicolas LÅ“uillet - MIT Licence' version = '2.0.0' release = version exclude_patterns = ['_build'] @@ -53,35 +53,3 @@ html_sidebars = { # Register the theme as an extension to generate a sitemap.xml extensions.append("guzzle_sphinx_theme") - -# Guzzle theme options (see theme.conf for more information) -html_theme_options = { - - # Set the path to a special layout to include for the homepage - # "index_template": "homepage.html", - - # Allow a separate homepage from the master_doc - # homepage = index - - # Set the name of the project to appear in the nav menu - # "project_nav_name": "Guzzle", - - # Set your Disqus short name to enable comments - # "disqus_comments_shortname": "my_disqus_comments_short_name", - - # Set you GA account ID to enable tracking - # "google_analytics_account": "my_ga_account", - - # Path to a touch icon - # "touch_icon": "", - - # Specify a base_url used to generate sitemap.xml links. If not - # specified, then no sitemap will be built. - #"base_url": "http://guzzlephp.org" - - # Allow the "Table of Contents" page to be defined separately from "master_doc" - # tocpage = Contents - - # Allow the project link to be overriden to a custom URL. - # projectlink = http://myproject.url -} -- cgit v1.2.3