Skip to content

Commit

Permalink
Merge pull request #230 from kammerje/fix_api
Browse files Browse the repository at this point in the history
Add webbpsf_ext to mock imports for autodoc
  • Loading branch information
AarynnCarter authored Nov 15, 2024
2 parents f555eb5 + 7336d0b commit 533e48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
templates_path = []#['./_templates']

# mock imports for autodoc
autodoc_mock_imports = ["webbpsf"]
autodoc_mock_imports = ["webbpsf", "webbpsf-ext"]


# nbsphinx settings
Expand Down

0 comments on commit 533e48c

Please sign in to comment.