File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
"deepmodeling_sphinx" ,
33
33
"dargs.sphinx" ,
34
34
"myst_parser" ,
35
- "sphinx_rtd_theme " ,
35
+ "sphinx_book_theme " ,
36
36
"sphinx.ext.viewcode" ,
37
37
"sphinx.ext.intersphinx" ,
38
38
"numpydoc" ,
54
54
# The theme to use for HTML and HTML Help pages. See the documentation for
55
55
# a list of builtin themes.
56
56
#
57
- html_theme = "sphinx_rtd_theme "
57
+ html_theme = "sphinx_book_theme "
58
58
59
59
# Add any paths that contain custom static files (such as style sheets) here,
60
60
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ dpgen2 = "dpgen2.entrypoint.main:main"
45
45
docs = [
46
46
' sphinx' ,
47
47
' recommonmark' ,
48
- ' sphinx_rtd_theme>=1.0.0rc1 ' ,
48
+ ' sphinx-book-theme ' ,
49
49
' numpydoc' ,
50
50
' myst_parser' ,
51
- ' deepmodeling_sphinx ' ,
51
+ ' deepmodeling-sphinx>=0.3.0 ' ,
52
52
' sphinx-argparse<0.5.0' ,
53
53
" dargs>=0.4.1" ,
54
54
]
You can’t perform that action at this time.
0 commit comments