diff --git a/doc/conf.py b/doc/conf.py index bbb90390..02f0c408 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,15 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'bootstrap-astropy' +html_theme_options = { + #'nosidebar': True, + 'navigation_with_keys': True, + + 'logotext1': 'astro', + 'logotext2': 'py', + 'logotext3': ':nbsphinx', +} # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index 3c83291b..1cfea857 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +astropy-sphinx-theme ipykernel numpy matplotlib