summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ab9c3ee..3b6d6d5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -33,7 +33,6 @@ extensions = [
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
- "m2r2",
]
autodoc_typehints = "none"
@@ -41,7 +40,7 @@ autodoc_typehints = "none"
templates_path = ["_templates"]
# The suffix of source filenames.
-source_suffix = [".rst", ".md"]
+source_suffix = [".rst"]
# The encoding of source files.
# source_encoding = 'utf-8-sig'