From 8745997d6056b5e3a94535dc1ca3a041963e1e20 Mon Sep 17 00:00:00 2001 From: Kyle Niemeyer Date: Thu, 2 May 2019 14:51:01 -0700 Subject: [PATCH] Fixed sphinx option and bump alpha version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bb36a9e..651774f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ 'sphinx.ext.viewcode', ] -autodoc_default_options = ['members'] +autodoc_default_options = {'members': True} autoclass_content = 'class' napoleon_numpy_docstring = True napoleon_google_docstring = False