forked from espressif/esp-thread-br
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf_common.py
28 lines (20 loc) · 826 Bytes
/
conf_common.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
from esp_docs.conf_docs import * # noqa: F403,F401
languages = ['en']
extensions += ['sphinx_copybutton',
# Needed as a trigger for running doxygen
'esp_docs.esp_extensions.dummy_build_system',
'esp_docs.esp_extensions.run_doxygen',
]
# link roles config
github_repo = 'espressif/esp-thread-br'
# context used by sphinx_idf_theme
html_context['github_user'] = 'espressif'
html_context['github_repo'] = 'esp-thread-br'
html_static_path = ['../_static']
# Extra options required by sphinx_idf_theme
project_slug = 'esp-thread-br'
# Contains info used for constructing target and version selector
# Can also be hosted externally, see esp-idf for example
versions_url = '_static/esp_thread_br_version.js'
# Final PDF filename will contains target and version
pdf_file_prefix = u'esp-docs'