From a4675d17b81c69931829965b81388fd8ddcc1380 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 3 Mar 2022 19:46:47 -0500 Subject: [PATCH] add the deepmodeling banner to doc --- docs/conf.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bed869fd7..01fe4d2a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 @@ -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', diff --git a/setup.py b/setup.py index ec554be56..00d4975b0 100644 --- a/setup.py +++ b/setup.py @@ -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'], } )