""" Configuration file for Sphinx documentation""" PROJECT = "sandpypi" COPYRIGHT = "2024, stan44" AUTHOR = "stan44" VERSION = "0.1.0" RELEASE = "0.1.0" extensions = [ "sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.viewcode", "sphinx.ext.githubpages", "sphinx_rtd_theme", ] templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] HTML_THEME = "sphinx_rtd_theme" html_static_path = ["_static"] # html_logo = "_static/logo.png" # Add your project's logo