diff --git a/doc/conf.py b/doc/conf.py index bbb90390..d2b91d40 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,11 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'uedoc_theme' +extensions += ['uedoc_theme'] +html_theme_options = { + # https://github.com/Raider-Arts/sphinx-uedoc-theme#customizable-options +} # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index eafc24d2..a30746a8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +sphinx-uedoc-theme ipykernel numpy matplotlib