aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2020-08-05 15:53:41 -0700
committerCody Logan <clpo13@gmail.com>2020-08-05 15:53:41 -0700
commit3ca6d59d73beeb79fb4a6b81c35ccb7c90ef86c2 (patch)
treea03deeb4b777332725e32f13b62825ebeb2c6579
parentd4123bab62bc6eb619eff61cce06440dd24c0c7f (diff)
downloadalphanum-3ca6d59d73beeb79fb4a6b81c35ccb7c90ef86c2.tar.gz
alphanum-3ca6d59d73beeb79fb4a6b81c35ccb7c90ef86c2.zip
Use m2r2 with Sphinx instead of m2r
m2r doesn't play nice with recent versions of Sphinx
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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',