20 project =
'EPICS Documentation'
21 copyright =
'2019, EPICS Controls.'
31 'sphinx.ext.intersphinx',
35 templates_path = [
'_templates']
40 exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store']
43 intersphinx_mapping = {
44 'how-tos': (
'https://docs.epics-controls.org/projects/how-tos/en/latest',
None),
53 html_theme =
'sphinx_rtd_theme'
59 html_static_path = [
'_static']
67 html_theme_options = {
70 html_logo =
"images/EPICS_white_logo_v02.png"
72 html_extra_path = [
'../html']
78 subprocess.call(
'cd ..; mkdir -p html/doxygen; doxygen', shell=
True)