Skip to content

Commit

Permalink
Remove rtd_theme and add sidebar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Apr 23, 2024
1 parent b4a8a2f commit bfb119b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"sphinx_design",
"sphinx_external_toc",
"sphinx_multiversion",
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
Expand Down Expand Up @@ -87,7 +86,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx-book-theme"
html_theme = "sphinx_book_theme"
html_title = "NVTabular"
html_theme_options = {
"repository_url": "https://github.com/NVIDIA-Merlin/NVTabular",
Expand All @@ -96,6 +95,16 @@
"extra_footer": "",
"logo": {"text": "NVIDIA Merlin NVTabular", "alt_text": "NVIDIA Merlin NVTabular"},
}
html_sidebars = {
"**": [
"navbar-logo.html",
"search-field.html",
"icon-links.html",
"sbt-sidebar-nav.html",
"merlin-ecosystem.html",
"versions.html",
]
}
html_favicon = "_static/favicon.png"
html_copy_source = True
html_show_sourcelink = False
Expand Down

0 comments on commit bfb119b

Please sign in to comment.