Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent ddb01c7 commit d0ba537
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@

# -- Path setup --------------------------------------------------------------

import datetime

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
import datetime

from deepmd.utils.argcheck import (
ACTIVATION_FN_DICT,
Expand All @@ -27,7 +28,9 @@
# -- Project information -----------------------------------------------------

project = "DeePMD-kit"
copyright = "2017-%d, DeepModeling" % datetime.datetime.now(tz=datetime.timezone.utc).year
copyright = (
"2017-%d, DeepModeling" % datetime.datetime.now(tz=datetime.timezone.utc).year
)
author = "DeepModeling"

autoapi_dirs = ["../deepmd"]
Expand Down

0 comments on commit d0ba537

Please sign in to comment.