diff options
| author | 2013-11-20 16:58:50 -0300 | |
|---|---|---|
| committer | 2013-11-20 16:58:50 -0300 | |
| commit | ca94afc07df55cb7fc6fe3b4f3011877b7881195 (patch) | |
| tree | d81e1f275aa77545f33740723f307a83dde2e0b4 /tests/data | |
| parent | f794eee787e9cde54e6b8f53e45d69c9ddc9936a (diff) | |
Imported Upstream version 6.2.1upstream/6.2.1
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/translated_titles/conf.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/data/translated_titles/conf.py b/tests/data/translated_titles/conf.py index 69c7bc7..b445ba9 100644 --- a/tests/data/translated_titles/conf.py +++ b/tests/data/translated_titles/conf.py @@ -1,4 +1,3 @@ - # -*- coding: utf-8 -*- from __future__ import unicode_literals import time @@ -72,7 +71,7 @@ SIDEBAR_LINKS = { # The wildcard is used to generate a list of reSt source files # (whatever/thing.txt). # That fragment must have an associated metadata file (whatever/thing.meta), -# and opcionally translated files (example for spanish, with code "es"): +# and optionally translated files (example for spanish, with code "es"): # whatever/thing.txt.es and whatever/thing.meta.es # # From those files, a set of HTML fragment files will be generated: @@ -106,7 +105,7 @@ post_pages = ( # 'rest' is reStructuredText # 'markdown' is MarkDown # 'html' assumes the file is html and just copies it -post_compilers = { +COMPILERS = { "rest": ('.txt', '.rst'), "markdown": ('.md', '.mdown', '.markdown'), "textile": ('.textile',), @@ -340,10 +339,14 @@ CONTENT_FOOTER = CONTENT_FOOTER.format(email=BLOG_EMAIL, # external resources. # USE_CDN = False -# Google analytics or whatever else you use. Added to the bottom of <body> +# Google analytics script or whatever else you use. Added to the bottom of <body> # in the default template (base.tmpl). # ANALYTICS = "" +# HTML snippet that will be added at the bottom of body of <body> +# in the default template (base.tmpl). +# SOCIAL_BUTTONS_CODE = "" + # The possibility to extract metadata from the filename by using a # regular expression. # To make it work you need to name parts of your regular expression. |
