aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/it/conf.py
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-05-04 07:07:20 +0200
committerGitHub <noreply@github.com>2017-05-04 07:07:20 +0200
commit3b4502e0e663866e7bac00164fd935fdc92309d6 (patch)
tree57a614c5ef7848fbe035ed5caef5bed06b9af338 /docs/it/conf.py
parent9c09c253fea8d618f1be110677a1a9c76e3afdcd (diff)
parent79d8f0d4591e4f2945db0d79c08784fd7b84b04a (diff)
downloadwallabag-3b4502e0e663866e7bac00164fd935fdc92309d6.tar.gz
wallabag-3b4502e0e663866e7bac00164fd935fdc92309d6.tar.zst
wallabag-3b4502e0e663866e7bac00164fd935fdc92309d6.zip
Merge pull request #3079 from wallabag/update-doc
Fixed old links in documentation
Diffstat (limited to 'docs/it/conf.py')
-rw-r--r--docs/it/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/it/conf.py b/docs/it/conf.py
index 717b35f1..5926f8c9 100644
--- a/docs/it/conf.py
+++ b/docs/it/conf.py
@@ -11,8 +11,8 @@ templates_path = ['_templates']
11source_suffix = '.rst' 11source_suffix = '.rst'
12master_doc = 'index' 12master_doc = 'index'
13project = u'wallabag' 13project = u'wallabag'
14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' 14copyright = u'2013-2017, Nicolas Lœuillet - MIT Licence'
15version = '2.1.0' 15version = '2.3.0'
16release = version 16release = version
17exclude_patterns = ['_build'] 17exclude_patterns = ['_build']
18pygments_style = 'sphinx' 18pygments_style = 'sphinx'