diff options
| author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-06-17 01:01:34 +0200 |
|---|---|---|
| committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-06-17 01:01:34 +0200 |
| commit | 5a057d3da1fdae1e8393cb0fe6f7a15aa9be8b2e (patch) | |
| tree | 1a5650acb387b6dc18286b2d5c62c9a5ac4b0f44 /doc/tutorial | |
| parent | e022872f3ba5e59c965e7b9b89c9479c807426b6 (diff) | |
| download | sphinx-git-5a057d3da1fdae1e8393cb0fe6f7a15aa9be8b2e.tar.gz | |
Actually use new theme
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index c4de85cc5..0d2154249 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -299,7 +299,7 @@ its value as follows: # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # - html_theme = 'alabaster' + html_theme = 'furo' With this change, you will notice that your HTML documentation has now a new appearance: |
