diff --git a/docs/source/conf.py b/docs/source/conf.py index a7f6efe..43f2625 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,8 +38,8 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'renku' -# html_theme = 'sphinx_rtd_theme' +# html_theme = 'renku' +html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] html_logo = '_static/logo.svg' html_favicon = '_static/favicon_laser.ico'