mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-16 01:44:51 +03:00
Add MyST parser
This commit is contained in:
parent
4bf202ee59
commit
f4bb09f5fd
|
@ -23,13 +23,13 @@ now = datetime.now()
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = []
|
extensions = ["myst_parser"]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
|
|
||||||
# The suffix of source filenames.
|
# The suffix of source filenames.
|
||||||
source_suffix = ".rst"
|
source_suffix = [".rst", ".md"]
|
||||||
|
|
||||||
# The encoding of source files.
|
# The encoding of source files.
|
||||||
# source_encoding = 'utf-8-sig'
|
# source_encoding = 'utf-8-sig'
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
sphinx==6.1.3
|
sphinx==6.1.3
|
||||||
sphinx-rtd-theme==1.2.0
|
sphinx-rtd-theme==1.2.0
|
||||||
|
myst-parser==0.19.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user