Skip to content

Commit 3821c90

Browse files
authored
add the deepmodeling banner to doc (#254)
1 parent 0f95ba7 commit 3821c90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

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

2727
# The short X.Y version
@@ -40,6 +40,7 @@
4040
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141
# ones.
4242
extensions = [
43+
'deepmodeling_sphinx',
4344
'sphinx_rtd_theme',
4445
'sphinx.ext.mathjax',
4546
'sphinx.ext.viewcode',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'ase': ['ase'],
5555
'amber': ['parmed'],
5656
'pymatgen': ['pymatgen'],
57-
'docs': ['sphinx', 'recommonmark', 'sphinx_rtd_theme>=1.0.0rc1', 'numpydoc', 'm2r2'],
57+
'docs': ['sphinx', 'recommonmark', 'sphinx_rtd_theme>=1.0.0rc1', 'numpydoc', 'm2r2', 'deepmodeling-sphinx'],
5858
}
5959
)
6060

0 commit comments

Comments
 (0)