summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/references_singlehtml/conf.py
blob: 0d760fcc909e3db55e75fd0bf90d2ee7df3dc724 (plain)
1
2
3
4
5
6
extensions = [
    "myst_parser",
]
master_doc = "index"
exclude_patterns = ["_build"]
myst_heading_anchors = 2