Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 14, 2024
1 parent e025ca6 commit b7deca6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,13 @@ def __call__(self, filename):

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', 'test.py']
exclude_patterns = ['_build', 'test.py', "../../src/pynwb/retinotopy.py",]

# List of patterns, relative to source directory, of modules to be
# excluded by apidoc when generating rst files.
apidoc_exclude = [
"../../src/pynwb/retinotopy.py",
]

# # This value contains a list of modules to be mocked up. This is useful
# # when some external dependencies are not met at build time and break the
Expand Down Expand Up @@ -411,11 +417,6 @@ 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",
]

def run_apidoc(_):
from sphinx.ext.apidoc import main as apidoc_main
import os
Expand Down

0 comments on commit b7deca6

Please sign in to comment.