Go to the documentation of this file.
34 extensions = [
'sphinx.ext.autodoc',
36 'sphinx.ext.intersphinx',
38 'sphinx.ext.coverage',
40 'sphinx.ext.ifconfig',
41 'sphinx.ext.viewcode']
44 templates_path = [
'_templates']
50 source_suffix =
'.rst'
56 project =
'Building UFO in OS X'
57 copyright =
'2018, Stephen Herbener'
58 author =
'Stephen Herbener'
82 pygments_style =
'sphinx'
85 todo_include_todos =
True
93 html_theme =
'default'
104 html_static_path = [
'_static']
122 htmlhelp_basename =
'BuildingUFOinOSXdoc'
149 (master_doc,
'BuildingUFOinOSX.tex',
'Building UFO in OS X Documentation',
150 'Stephen Herbener',
'manual'),
159 (master_doc,
'buildingufoinosx',
'Building UFO in OS X Documentation',
169 texinfo_documents = [
170 (master_doc,
'BuildingUFOinOSX',
'Building UFO in OS X Documentation',
171 author,
'BuildingUFOinOSX',
'One line description of project.',
179 intersphinx_mapping = {
'https://docs.python.org/':
None}