diff --git a/docs/requirements.txt b/docs/requirements.txt index 2fbfa77..c7aa0f4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -alectryon \ No newline at end of file +alectryon +sphinx-sizzle-theme \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 392ffa7..8f582b8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -39,7 +39,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sizzle' # 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,