1 2 3 4 5 6 7 8 9
project = 'Sphinx Example' copyright = '2025, daniel eades' author = 'daniel eades' extensions = ["myst_parser"] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv', "README.md"] html_theme = 'alabaster'