diff --git a/docs/requirements.txt b/docs/requirements.txt index 2fbfa77..93596d7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -alectryon \ No newline at end of file +alectryon +maisie-sphinx-theme \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 392ffa7..5d92e93 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,10 +36,14 @@ # -- Options for HTML output ------------------------------------------------- +import maisie_sphinx_theme + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'maisie_sphinx_theme' +html_theme_path = maisie_sphinx_theme.html_theme_path() + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,