From 17baf82ab2372bd376ad3e59f7ae207f2351c406 Mon Sep 17 00:00:00 2001 From: dpryan79 Date: Mon, 3 Jul 2017 16:22:03 +0200 Subject: [PATCH] [ci skip] See if removing numpydoc fixes RTD --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f22f22907..99bc6bc3e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', - 'sphinxarg.ext', - 'numpydoc' + 'sphinxarg.ext' ] +# 'numpydoc' # This is needed to suppress autosummary reordering numpydoc_show_class_members = False