-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpydoc.yaml
64 lines (56 loc) · 1.71 KB
/
pydoc.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
####################################################
# GENERAL CONFIG #
####################################################
project_name: PyAutoDoc
author: Alvaro
version: 0.6
language_locale: es
root_folder: pyautodoc
output_folder: do
sphinx_extensions:
- sphinx.ext.githubpages
####################################################
# EXTRA FILES #
####################################################
readme_file: README.md
license_file: LICENSE.md
changelog_file: CHANGELOG.md
indexes: False
####################################################
# PROJECT CONFIG #
####################################################
excludes:
- scripts
- i18n.locales
ignores:
- test.py
mocks_imports:
- django
- pyautodoc
####################################################
# COMPILING CONFIG #
####################################################
makes:
- html
#- pdf
####################################################
# HTML CONFIG #
####################################################
html_config:
template_theme: alabaster
#custom_css:
#template_package:
#template_path:
#template_extensions:
# - sphinxjp.themes.basicstrap
template_options:
github_user: alvarogf97
github_repo: pyautodoc
fixed_sidebar: True
description: ¡Automatiza la documentación de tu proyecto!
####################################################
# LaTeX PDF CONFIG #
####################################################
latex_config:
latex_engine: pdflatex
latex_logo: C:\Users\alvaro\Desktop\alvaro\cosillas\w.jpg