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