# -- Project information -----------------------------------------------------
project = 'My Docs'
copyright = '2025, Pheonix Solutions'
author = 'Pheonix Solutions'
release = '1.0'

# -- General configuration ---------------------------------------------------
extensions = [
    'sphinx_rtd_theme',
    # Optional: uncomment if you want Markdown support
    # 'myst_parser',
]

templates_path = ['_templates']
exclude_patterns = []

# -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_rtd_theme'

# Optional but recommended for Read the Docs theme
import sphinx_rtd_theme
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_static_path = ['_static']
html_favicon = '_static/favicon.ico'
