Arthur She | 7716ad3 | 2024-01-06 20:37:22 -0800 | [diff] [blame^] | 1 | # Configuration file for the Sphinx documentation builder. |
| 2 | # |
| 3 | # For the full list of built-in configuration values, see the documentation: |
| 4 | # https://www.sphinx-doc.org/en/master/usage/configuration.html |
| 5 | |
| 6 | # -- Project information ----------------------------------------------------- |
| 7 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
| 8 | |
| 9 | project = 'Arthur Sandpit' |
| 10 | copyright = '2024, Arthur' |
| 11 | author = 'Arthur' |
| 12 | |
| 13 | # -- General configuration --------------------------------------------------- |
| 14 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
| 15 | |
| 16 | extensions = [] |
| 17 | |
| 18 | templates_path = ['_templates'] |
| 19 | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 20 | |
| 21 | |
| 22 | |
| 23 | # -- Options for HTML output ------------------------------------------------- |
| 24 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
| 25 | |
| 26 | html_theme = 'sphinx_rtd_theme' |
| 27 | html_static_path = ['_static'] |