X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Ffr%2Fconf.py;h=49a57e2d5dc97b22216363860139796f533f1fed;hb=d83d25dadec2c38460a32d96f5d2903426fec9d3;hp=1e27c04ca18650fa7164c758e13a637d1bcdbc5e;hpb=5ad863c63a023d754998a08ec55f43b3ebe2ede9;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/fr/conf.py b/docs/fr/conf.py index 1e27c04c..49a57e2d 100644 --- a/docs/fr/conf.py +++ b/docs/fr/conf.py @@ -11,8 +11,8 @@ templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' project = u'wallabag-fr' -copyright = u'2013-2015, Nicolas Lœuillet - MIT Licence' -version = '2.0.0' +copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' +version = '2.1.0' release = version exclude_patterns = ['_build'] pygments_style = 'sphinx' @@ -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 -}