Skip to content

Commit

Permalink
Exclude pynwb retinotopy from sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 10, 2024
1 parent 0a70990 commit 1d5a7d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ def __call__(self, filename):
# directories to ignore when looking for source files.
exclude_patterns = ['_build', 'test.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
# building process.
autodoc_mock_imports = [
'pynwb.retinotopy',
]

# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = None

Expand Down

0 comments on commit 1d5a7d8

Please sign in to comment.