diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-01-20 13:00:43 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-01-20 13:00:43 +0100 |
commit | d481f42b7d383eb6211d1d3049d1a2c8288d9edb (patch) | |
tree | 0c7adf5daefa6cddf4439d3bc930ee6a719b6917 /docs/fr | |
parent | 3a59d13fd182748c11c09d77c02ea25c2e90f145 (diff) | |
parent | acc0160c29f1e67ad6e85b1dbf28dcffb0c04ef0 (diff) | |
download | wallabag-d481f42b7d383eb6211d1d3049d1a2c8288d9edb.tar.gz wallabag-d481f42b7d383eb6211d1d3049d1a2c8288d9edb.tar.zst wallabag-d481f42b7d383eb6211d1d3049d1a2c8288d9edb.zip |
Merge pull request #1599 from wallabag/v2-fix-pt-documentation
Add configuration for portuguese documentation
Diffstat (limited to 'docs/fr')
-rw-r--r-- | docs/fr/conf.py | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/docs/fr/conf.py b/docs/fr/conf.py index 1e27c04c..f1fe3967 100644 --- a/docs/fr/conf.py +++ b/docs/fr/conf.py | |||
@@ -11,7 +11,7 @@ templates_path = ['_templates'] | |||
11 | source_suffix = '.rst' | 11 | source_suffix = '.rst' |
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag-fr' | 13 | project = u'wallabag-fr' |
14 | copyright = u'2013-2015, Nicolas Lœuillet - MIT Licence' | 14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' |
15 | version = '2.0.0' | 15 | version = '2.0.0' |
16 | release = version | 16 | release = version |
17 | exclude_patterns = ['_build'] | 17 | exclude_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 |
55 | extensions.append("guzzle_sphinx_theme") | 55 | extensions.append("guzzle_sphinx_theme") |
56 | |||
57 | # Guzzle theme options (see theme.conf for more information) | ||
58 | html_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 | } | ||