cti-python-stix2/docs/conf.py

35 lines
646 B
Python
Raw Normal View History

2017-04-07 19:10:42 +02:00
extensions = [
'sphinx-prompt',
'nbsphinx',
2017-04-07 19:10:42 +02:00
]
2017-02-14 22:48:13 +01:00
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = 'stix2'
copyright = '2017, OASIS Open'
author = 'OASIS Open'
2017-05-31 17:03:50 +02:00
version = '0.2.0'
release = '0.2.0'
2017-02-14 22:48:13 +01:00
language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
pygments_style = 'sphinx'
todo_include_todos = False
html_theme = 'alabaster'
2017-02-20 21:38:35 +01:00
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html',
'searchbox.html',
]
}
2017-02-14 22:48:13 +01:00
latex_elements = {}
latex_documents = [
(master_doc, 'stix2.tex', 'stix2 Documentation', 'OASIS', 'manual'),
]