From e025ca61e4994cf96839ab7a0453d6f92d40aa85 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 14 Feb 2024 12:49:46 +0900 Subject: [PATCH] Update conf.py --- 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 a9f48a317..4fb9f9acd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -411,8 +411,9 @@ def __call__(self, filename): # see http://www.sphinx-doc.org/en/master/extdev/appapi.html # +# paths to modules to be excluded by apidoc when generating rst files apidoc_exclude = [ - "../../src/pynwb/retinotopy.py", + "../../src/pynwb/retinotopy", ] def run_apidoc(_):