Skip to content

Commit

Permalink
fix module contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Dec 12, 2023
1 parent 70c7bc8 commit 8cc7313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
requests==2.31.0
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==2.0.0
# Required for `.exceptions` module not to trip up autodoc
errr==1.2.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
#
html_theme = "sphinx_rtd_theme"

autodoc_mock_imports = ["patch", "mpi4py", "errr"]
autodoc_mock_imports = ["patch", "mpi4py"]

0 comments on commit 8cc7313

Please sign in to comment.