This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--disable-autodoc-typehints
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to 
refs/heads/john-bodley--disable-autodoc-typehints by this push:
     new 22b7d57  Update conf.py
22b7d57 is described below

commit 22b7d571953047c8fcbc80a00440c53554229a49
Author: John Bodley <[email protected]>
AuthorDate: Tue May 19 10:17:54 2020 -0700

    Update conf.py
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 5251ecd..8ae0e1f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,7 +45,7 @@ import sphinx_rtd_theme
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ["sphinx.ext.viewcode"]
+extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ["_templates"]

Reply via email to