We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab47a61 commit c69f392Copy full SHA for c69f392
docs/conf.py
@@ -14,7 +14,7 @@
14
# import sys
15
# sys.path.insert(0, os.path.abspath('.'))
16
17
-import sphinx_rtd_theme
+import renku_sphinx_theme
18
19
20
# -- Project information -----------------------------------------------------
@@ -55,8 +55,7 @@
55
# The theme to use for HTML and HTML Help pages. See the documentation for
56
# a list of builtin themes.
57
#
58
-html_theme = 'sphinx_rtd_theme'
59
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+html_theme = 'renku'
60
html_favicon = 'favicon.ico'
61
html_logo = 'logo.svg'
62
docs/requirements.txt
@@ -1,4 +1,4 @@
1
myst_parser
2
jupyterlite-sphinx
3
sphinx
4
-sphinx-rtd-theme
+renku-sphinx-theme
0 commit comments