Update conf.py

This commit is contained in:
Robert Chacón 2023-09-28 09:25:36 -06:00 committed by GitHub
parent 0dfb5e676d
commit 54b9580757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ author = "Zach Biles"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ["myst-parser"]
extensions = ["myst_parser"]
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]