blob: d96fa36690e0b9cf23403cbbd04b5b0f8725ba6d [file] [log] [blame]
# 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",
]