From 4c3cbf65b8dd52b3357afda4bd99d4e8af6df96f Mon Sep 17 00:00:00 2001 From: Adam Paquette <acpaquette@usgs.gov> Date: Mon, 28 Jan 2019 18:02:08 -0700 Subject: [PATCH] Added numpy style docs extension also removed special inheritance documentation --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5962c8e..dc9ffda 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,12 +43,13 @@ release = '0.1.0' breathe_projects = {"ale": "./../doxyxml/"} -# breathe_projects_source = {"ale": ("../../include", ['ale.h'])} +numpydoc_show_class_members = False breathe_default_project = "ale" extensions = [ 'sphinx.ext.autodoc', + 'numpydoc', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', -- GitLab