diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-28 16:15:27 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-28 16:15:27 +0200 |
commit | cdd3010b478c9ca818dd6d22d03c81ef4a5ab208 (patch) | |
tree | ffc9957fc228625501214bbb2e9f4bebe7936982 /docs/de | |
parent | 13d44ca766b1020327f0b9b005dc2e95deb156a1 (diff) | |
parent | 985f5f9d05f7ff7e443442b1775923b379c141d6 (diff) | |
download | wallabag-cdd3010b478c9ca818dd6d22d03c81ef4a5ab208.tar.gz wallabag-cdd3010b478c9ca818dd6d22d03c81ef4a5ab208.tar.zst wallabag-cdd3010b478c9ca818dd6d22d03c81ef4a5ab208.zip |
Merge remote-tracking branch 'origin/master' into 2.1
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/conf.py | 55 | ||||
-rw-r--r-- | docs/de/requirements.txt | 2 | ||||
-rw-r--r-- | docs/de/user/errors_during_fetching.rst | 2 |
3 files changed, 58 insertions, 1 deletions
diff --git a/docs/de/conf.py b/docs/de/conf.py new file mode 100644 index 00000000..8f2d130d --- /dev/null +++ b/docs/de/conf.py | |||
@@ -0,0 +1,55 @@ | |||
1 | # -*- coding: utf-8 -*- | ||
2 | # | ||
3 | # wallabag documentation build configuration file, created by | ||
4 | # sphinx-quickstart on Fri Oct 16 06:47:23 2015. | ||
5 | |||
6 | import sys | ||
7 | import os | ||
8 | |||
9 | extensions = [] | ||
10 | templates_path = ['_templates'] | ||
11 | source_suffix = '.rst' | ||
12 | master_doc = 'index' | ||
13 | project = u'wallabag-fr' | ||
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | ||
15 | version = '2.0.0' | ||
16 | release = version | ||
17 | exclude_patterns = ['_build'] | ||
18 | pygments_style = 'sphinx' | ||
19 | html_theme = 'default' | ||
20 | html_static_path = ['_static'] | ||
21 | htmlhelp_basename = 'wallabagdedoc' | ||
22 | |||
23 | latex_elements = { | ||
24 | } | ||
25 | |||
26 | latex_documents = [ | ||
27 | ('index', 'wallabag-de.tex', u'wallabag Documentation', | ||
28 | u'Nicolas Lœuillet', 'manual'), | ||
29 | ] | ||
30 | |||
31 | man_pages = [ | ||
32 | ('index', 'wallabagde', u'wallabag Documentation', | ||
33 | [u'Nicolas Lœuillet'], 1) | ||
34 | ] | ||
35 | |||
36 | texinfo_documents = [ | ||
37 | ('index', 'wallabag', u'wallabag Documentation', | ||
38 | u'Nicolas Lœuillet', 'wallabag', 'wallabag is an opensource read-it-later.', | ||
39 | 'Miscellaneous'), | ||
40 | ] | ||
41 | |||
42 | ##### Guzzle sphinx theme | ||
43 | |||
44 | import guzzle_sphinx_theme | ||
45 | html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator' | ||
46 | html_theme_path = guzzle_sphinx_theme.html_theme_path() | ||
47 | html_theme = 'guzzle_sphinx_theme' | ||
48 | |||
49 | # Custom sidebar templates, maps document names to template names. | ||
50 | html_sidebars = { | ||
51 | '**': ['logo-text.html', 'globaltoc.html', 'searchbox.html'] | ||
52 | } | ||
53 | |||
54 | # Register the theme as an extension to generate a sitemap.xml | ||
55 | extensions.append("guzzle_sphinx_theme") | ||
diff --git a/docs/de/requirements.txt b/docs/de/requirements.txt new file mode 100644 index 00000000..06fc8973 --- /dev/null +++ b/docs/de/requirements.txt | |||
@@ -0,0 +1,2 @@ | |||
1 | Sphinx>=1.3.0,<1.4.0 | ||
2 | guzzle_sphinx_theme>=0.7.0,<0.8.0 | ||
diff --git a/docs/de/user/errors_during_fetching.rst b/docs/de/user/errors_during_fetching.rst index b8e3e999..29621559 100644 --- a/docs/de/user/errors_during_fetching.rst +++ b/docs/de/user/errors_during_fetching.rst | |||
@@ -12,7 +12,7 @@ Das kann verschiedene Ursachen haben: | |||
12 | Wie kann ich helfen das zu beheben? | 12 | Wie kann ich helfen das zu beheben? |
13 | ----------------------------------- | 13 | ----------------------------------- |
14 | 14 | ||
15 | - `indem du uns eine Mail mit der URL des Artikels sendest <mailto:hello\@wallabag.org>`_ | 15 | - `indem du uns eine Mail mit der URL des Artikels sendest <mailto:hello@wallabag.org>`_ |
16 | - indem du versuchst das Laden des Artikels durch Erstellen einer Datei für den Artikel | 16 | - indem du versuchst das Laden des Artikels durch Erstellen einer Datei für den Artikel |
17 | selbst zu beheben | 17 | selbst zu beheben |
18 | Du kannst `dieses Tool <http://siteconfig.fivefilters.org/>`__ nutzen. | 18 | Du kannst `dieses Tool <http://siteconfig.fivefilters.org/>`__ nutzen. |