Scarab  v2.9.0
Project 8 C++ Utility Library
Namespaces | Functions | Variables
conf.py File Reference

Go to the source code of this file.

Namespaces

 conf
 

Functions

def generate_doxygen_xml (app)
 
def setup (app)
 

Variables

list extensions = ['breathe']
 
dictionary breathe_projects = {'pybind11': '.build/doxygenxml/'}
 
string breathe_default_project = 'pybind11'
 
dictionary breathe_domain_by_extension = {'h': 'cpp'}
 
list templates_path = ['.templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = 'pybind11'
 
string copyright = '2017, Wenzel Jakob'
 
string author = 'Wenzel Jakob'
 
string version = '2.3'
 
string release = '2.3.dev1'
 
 language = None
 
list exclude_patterns = ['.build', 'release.rst']
 
string default_role = 'any'
 
bool todo_include_todos = False
 
string on_rtd = 'True'
 
string html_theme = 'sphinx_rtd_theme'
 
list html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
dictionary html_context
 
list html_static_path = ['_static']
 
string htmlhelp_basename = 'pybind11doc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
string primary_domain = 'cpp'
 
string highlight_language = 'cpp'