summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-05-16 06:07:04 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-05-16 06:07:10 +0200
commitaa579a12ce293e0a7e8df8728b4837bc05e458e3 (patch)
tree655c31c11d63cc9cb2e7a7e9ae7d8e1fefa5a84e /docs/conf.py
parentbdccd9b7a48078f1ba57d2fb2785df864085a99f (diff)
downloadpython-decorator-git-aa579a12ce293e0a7e8df8728b4837bc05e458e3.tar.gz
Fixed a test breaking PyPy and restored support for RST docs5.0.9
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 51ce1f8..477886a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,6 +30,7 @@ from decorator import __version__
# ones.
extensions = [
'sphinx.ext.viewcode',
+ 'myst_parser'
]
# Add any paths that contain templates here, relative to this directory.