| # Configuration file for the Sphinx documentation builder. | |
| # | |
| # For the full list of built-in configuration values, see the documentation: | |
| # https://www.sphinx-doc.org/en/master/usage/configuration.html | |
| # -- Project info | |
| project = "Sphinx Docs Test" | |
| extensions = [ | |
| "myst_parser", | |
| ] | |
| myst_enable_extensions = [ | |
| "colon_fence", | |
| ] |