forked from CEO-Vision/gofast-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.py
executable file
·40 lines (32 loc) · 942 Bytes
/
conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -*- coding: utf-8 -*-
from __future__ import division, print_function, unicode_literals
from datetime import datetime
from recommonmark.parser import CommonMarkParser
extensions = []
templates_path = ['/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx', 'templates', '_templates', '.templates']
source_suffix = ['.rst', '.md']
source_parsers = {
'.md': CommonMarkParser,
}
master_doc = 'index'
project = u'gofast-docs'
copyright = str(datetime.now().year)
version = 'latest'
release = 'latest'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
htmlhelp_basename = 'gofast-docs'
html_theme = 'sphinx_rtd_theme'
file_insertion_enabled = False
latex_documents = [
('index', 'gofast-docs.tex', u'gofast-docs Documentation',
u'', 'manual'),
]
language = 'fr'
locale_dirs = [
'locale/',
]
gettext_compact = False
gettext_uuid = True
#make gettext
#sphinx-intl update -p _build/locale fr