Add renku-sphinx-theme to Pipfile and update client.py and conf.py

This commit is contained in:
2024-02-07 09:29:27 -05:00
parent 7b567edd40
commit 676ba82624
4 changed files with 298 additions and 261 deletions
+2 -4
View File
@@ -22,11 +22,8 @@ extensions = [
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel",
# "sphinx_immaterial",
]
# html_theme = "sphinx_immaterial"
html_theme_options = {}
@@ -39,5 +36,6 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "alabaster"
# html_theme = "alabaster"
html_theme = "renku"
html_static_path = ["_static"]