cpp/source/conf.py [50:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
templates_path = ["_templates"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
#
html_theme = "alabaster"

html_theme_options = {
    "page_width": "1200px",
    "code_font_size": "0.8em",
    "logo": "arrow-logo_vertical_black-txt_transparent-bg.svg",
    "github_user": "apache",
    "github_repo": "arrow-cookbook",
    "github_button": "true",
    "github_type": "none",
    "extra_nav_links": {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



python/source/conf.py [53:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
templates_path = ["_templates"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
#
html_theme = "alabaster"

html_theme_options = {
    "page_width": "1200px",
    "code_font_size": "0.8em",
    "logo": "arrow-logo_vertical_black-txt_transparent-bg.svg",
    "github_user": "apache",
    "github_repo": "arrow-cookbook",
    "github_button": "true",
    "github_type": "none",
    "extra_nav_links": {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



