Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

project = "DFT-D4"
author = "Grimme group"
copyright = f"2017–2024 {author}"
copyright = f"2017–2026 {author}"

extensions = [
"sphinx_copybutton",
Expand Down Expand Up @@ -44,7 +44,7 @@
templates_path = ["_templates"]

autodoc_typehints = "none"
autodoc_mock_imports = ["dftd4.library", "numpy", "ase", "qcelemental", "pyscf"]
autodoc_mock_imports = ["dftd4.library"]
autosummary_generate = True
napoleon_google_docstring = False
napoleon_use_param = False
Expand Down