1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
2023-11-07 15:05:21 +00:00

37 lines
671 B
Python

# Configuration file for the Sphinx documentation builder.
# -- Project information
project = 'BNG Blaster'
copyright = '2020-2023, RtBrick, Inc.'
author = 'Christian Giese'
release = '0.8'
version = '0.8.X'
# -- General configuration
extensions = [
'sphinx_tabs.tabs'
]
master_doc = 'index'
html_logo = 'images/rtbrick_logo.png'
templates_path = ['_templates']
# -- Options for HTML output
html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'logo_only': False,
'display_version': False,
}
html_static_path = ['_static']
html_css_files = [
'custom.css', # Add your custom CSS file
]
# -- Options for EPUB output
epub_show_urls = 'footnote'