Skip to content

Commit

Permalink
📚 Fix build (aiidaplugins#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Feb 24, 2023
1 parent d762e9e commit 165f349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def setup(app):
app.connect("builder-inited", run_apidoc)


autodoc_mock_imports = ["pytest"]
# We should ignore any python built-in exception, for instance
# Warnings to ignore when using the -n (nitpicky) option
nitpicky = True
Expand Down
1 change: 1 addition & 0 deletions docs/source/nitpick-exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ py:exc InputValidationError
py:class aiida_lammps.common.parse_trajectory.TRAJ_BLOCK
py:exc aiida.common.StoringNotAllowed
py:class Logger
py:class AttributeDict

0 comments on commit 165f349

Please sign in to comment.