From 062bd71cbc05d46f38e746b50f1c5ee0f0adb7e1 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 29 Mar 2022 18:00:04 -0400 Subject: [PATCH] add deepmodeling banner to doc --- doc/conf.py | 1 + doc/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 4bc4d16d6..f31e2b3eb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,6 +38,7 @@ # ] extensions = [ + 'deepmodeling_sphinx', "sphinx_rtd_theme", 'myst_parser', 'sphinx.ext.autosummary', diff --git a/doc/requirements.txt b/doc/requirements.txt index df6eb698d..e1b2ed852 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,3 +3,4 @@ recommonmark==0.7.1 sphinx_rtd_theme==0.5.2 sphinx_markdown_tables==0.0.15 myst-parser==0.13.7 +deepmodeling_sphinx