Functions | |
| def | generate_doxygen_xml (app) |
| def | prepare (app) |
| def | clean_up (app, exception) |
| def | setup (app) |
Variables | |
| DIR = Path(__file__).parent.resolve() | |
| list | extensions |
| 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" |
| code = compile(f.read(), "../pybind11/_version.py", "exec") | |
| dictionary | loc = {} |
| dictionary | version = loc["__version__"] |
| 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 = {"css_files": ["_static/theme_overrides.css"]} |
| list | html_static_path = ["_static"] |
| string | htmlhelp_basename = "pybind11doc" |
| string | latex_engine = "pdflatex" |
| dictionary | latex_elements |
| list | latex_documents |
| list | man_pages = [(master_doc, "pybind11", "pybind11 Documentation", [author], 1)] |
| list | texinfo_documents |
| string | primary_domain = "cpp" |
| string | highlight_language = "cpp" |
| list | html_css_files |
| dictionary conf.breathe_projects = {"pybind11": ".build/doxygenxml/"} |
| conf.code = compile(f.read(), "../pybind11/_version.py", "exec") |
| list conf.extensions |
| dictionary conf.html_context = {"css_files": ["_static/theme_overrides.css"]} |
| list conf.html_css_files |
| list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| list conf.latex_documents |
| dictionary conf.latex_elements |
| list conf.man_pages = [(master_doc, "pybind11", "pybind11 Documentation", [author], 1)] |
| list conf.texinfo_documents |