Go to the source code of this file.
Namespaces | |
| namespace | conf |
Functions | |
| def | conf.generate_doxygen_xml (app) |
| def | conf.prepare (app) |
| def | conf.clean_up (app, exception) |
| def | conf.setup (app) |
Variables | |
| conf.DIR = Path(__file__).parent.resolve() | |
| list | conf.extensions |
| dictionary | conf.breathe_projects = {"pybind11": ".build/doxygenxml/"} |
| string | conf.breathe_default_project = "pybind11" |
| dictionary | conf.breathe_domain_by_extension = {"h": "cpp"} |
| list | conf.templates_path = [".templates"] |
| string | conf.source_suffix = ".rst" |
| string | conf.master_doc = "index" |
| string | conf.project = "pybind11" |
| string | conf.copyright = "2017, Wenzel Jakob" |
| string | conf.author = "Wenzel Jakob" |
| conf.code = compile(f.read(), "../pybind11/_version.py", "exec") | |
| dictionary | conf.loc = {} |
| dictionary | conf.version = loc["__version__"] |
| conf.language = None | |
| list | conf.exclude_patterns = [".build", "release.rst"] |
| string | conf.default_role = "any" |
| bool | conf.todo_include_todos = False |
| string | conf.on_rtd = "True" |
| string | conf.html_theme = "sphinx_rtd_theme" |
| list | conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| dictionary | conf.html_context = {"css_files": ["_static/theme_overrides.css"]} |
| list | conf.html_static_path = ["_static"] |
| string | conf.htmlhelp_basename = "pybind11doc" |
| string | conf.latex_engine = "pdflatex" |
| dictionary | conf.latex_elements |
| list | conf.latex_documents |
| list | conf.man_pages = [(master_doc, "pybind11", "pybind11 Documentation", [author], 1)] |
| list | conf.texinfo_documents |
| string | conf.primary_domain = "cpp" |
| string | conf.highlight_language = "cpp" |