no more MD

This commit is contained in:
meejah
2024-01-29 18:22:24 -07:00
parent 1ddccfd245
commit a73c196069

View File

@@ -20,12 +20,6 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
from recommonmark.parser import CommonMarkParser
source_parsers = {
".md": CommonMarkParser,
}
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.