From 3ca6d59d73beeb79fb4a6b81c35ccb7c90ef86c2 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 5 Aug 2020 15:53:41 -0700 Subject: Use m2r2 with Sphinx instead of m2r m2r doesn't play nice with recent versions of Sphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index afde33c..40b6d32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ release = '0.2.0' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'm2r', + 'm2r2', 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon', -- cgit v1.2.3