From 05c4b3d112ecc89155c0fca7293526666abbfd33 Mon Sep 17 00:00:00 2001 From: Kyle Niemeyer Date: Thu, 2 May 2019 14:35:28 -0700 Subject: [PATCH] Changed deprecated sphinx keyword [ci skip] --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 621ea26..bb36a9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ 'sphinx.ext.viewcode', ] -autodoc_default_flags = ['members'] +autodoc_default_options = ['members'] autoclass_content = 'class' napoleon_numpy_docstring = True napoleon_google_docstring = False