This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf.py
38 lines (28 loc) · 1.77 KB
/
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
# -*- coding: utf-8 -*-
extensions = ['webuni.sphinx.symfonydocs']
html_title = project = 'Symfony dokumentace'
master_doc = 'index'
language = 'cs'
version = '2.3'
release = '2.3'
exclude_patterns = ['build', 'ENV']
html_theme = 'symfonydocs_cs'
highlight_language = 'php'
# use PHP as the primary domain
primary_domain = 'php'
# set url for API links
api_url = 'http://api.symfony.com/2.3/%s'
# set branch for edit links
html_context = {
'github_branch': '2.3',
'github_repository': 'webuni/symfony-docs-cs'
}
github_docs = [
dict(group_name = 'Symfony dokumentace', repository ='symfony/symfony-docs', sha ='2.3', target_path = ''),
dict(group_name = 'Symfony CMF dokumentace', repository ='symfony-cmf/symfony-cmf-docs', sha ='master', target_path = 'cmf'),
dict(group_name = 'SensioFrameworkExtraBundle dokumentace', repository ='sensiolabs/SensioFrameworkExtraBundle', sha ='master', source_path = 'Resources/doc', target_path = 'bundles/SensioFrameworkExtraBundle'),
dict(group_name = 'SensioGeneratorBundle dokumentace', repository ='sensiolabs/SensioGeneratorBundle', sha ='master', source_path = 'Resources/doc', target_path = 'bundles/SensioGeneratorBundle'),
dict(group_name = 'DoctrineFixturesBundle dokumentace', repository ='doctrine/DoctrineFixturesBundle', sha ='master', source_path = 'Resources/doc', target_path = 'bundles/DoctrineFixturesBundle'),
dict(group_name = 'DoctrineMigrationsBundle dokumentace', repository ='doctrine/DoctrineMigrationsBundle', sha ='master', source_path = 'Resources/doc', target_path = 'bundles/DoctrineMigrationsBundle'),
dict(group_name = 'DoctrineMongoDBBundle dokumentace', repository ='doctrine/DoctrineMongoDBBundle', sha ='master', source_path = 'Resources/doc', target_path = 'bundles/DoctrineMongoDBBundle'),
]