Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deepmodeling_sphinx/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ under MIT license
font-weight: 400;
color: #979797;
text-align: center;
background-color: transparent;
background-color: #ffffff;
border-bottom: 1px solid #e2e2e2;
}

Expand Down Expand Up @@ -576,6 +576,7 @@ under MIT license
}
.header-holder .main-menu ul li a.nav-dropdown-item {
color: #ffffff;
background-color: #1e1e1e;
}
.header-holder .main-menu ul li a.nav-dropdown-item .dropdown-title {
color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sphinx.ext.intersphinx",
"numpydoc",
]
html_theme = "sphinx_rtd_theme"
html_theme = "furo"


def run_apidoc(_):
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx >=4.2
sphinx_rtd_theme >=0.6
furo
.
myst_parser
docutils >=0.17
Expand Down