Skip to content

Commit

Permalink
Fix docs build?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 21, 2024
1 parent fd6abb6 commit e5faf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions aiida_test_cache/mock_code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ruff: noqa: F405

from ._fixtures import * # noqa: F403
from ._hasher import InputHasher
from ._hasher import InputHasher # noqa: F401

# Note: This is necessary for the sphinx doc - otherwise it does not find aiida_test_cache.mock_code.mock_code_factory
__all__ = (
Expand All @@ -14,7 +14,6 @@
"mock_regenerate_test_data",
"testing_config",
"mock_code_factory",
"InputHasher",
)

# ensure aiida's pytest plugin is loaded, which we rely on
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
pass
else:
with contextlib.suppress(ImportError):
import sphinx_rtd_theme # noqa: F401
html_theme = 'sphinx_rtd_theme'

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit e5faf88

Please sign in to comment.