Skip to content

Commit c69f392

Browse files
Change docs theme to renku (#36)
1 parent ab47a61 commit c69f392

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# import sys
1515
# sys.path.insert(0, os.path.abspath('.'))
1616

17-
import sphinx_rtd_theme
17+
import renku_sphinx_theme
1818

1919

2020
# -- Project information -----------------------------------------------------
@@ -55,8 +55,7 @@
5555
# The theme to use for HTML and HTML Help pages. See the documentation for
5656
# a list of builtin themes.
5757
#
58-
html_theme = 'sphinx_rtd_theme'
59-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
58+
html_theme = 'renku'
6059
html_favicon = 'favicon.ico'
6160
html_logo = 'logo.svg'
6261

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
myst_parser
22
jupyterlite-sphinx
33
sphinx
4-
sphinx-rtd-theme
4+
renku-sphinx-theme

0 commit comments

Comments
 (0)