Skip to content

Commit

Permalink
add the deepmodeling banner to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Mar 4, 2022
1 parent c08c74c commit a4675d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = 'dpdata'
copyright = '2019-%d, Deep Modeling ' % date.today().year
copyright = '2019-%d, DeepModeling ' % date.today().year
author = 'Han Wang'

# The short X.Y version
Expand All @@ -40,6 +40,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'deepmodeling_sphinx',
'sphinx_rtd_theme',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'ase': ['ase'],
'amber': ['parmed'],
'pymatgen': ['pymatgen'],
'docs': ['sphinx', 'recommonmark', 'sphinx_rtd_theme>=1.0.0rc1', 'numpydoc', 'm2r2'],
'docs': ['sphinx', 'recommonmark', 'sphinx_rtd_theme>=1.0.0rc1', 'numpydoc', 'm2r2', 'deepmodeling-sphinx'],
}
)

0 comments on commit a4675d1

Please sign in to comment.