diff options
| author | Rapptz <[email protected]> | 2015-11-28 21:00:35 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-11-28 21:00:35 -0500 |
| commit | 5d4c555711f0447b41ef6c47e1e8de9c605f7c66 (patch) | |
| tree | 63bc235a4d3f25ab0226e48dd77f747412bb2b91 /docs/conf.py | |
| parent | Add some badges to the README. (diff) | |
| download | discord.py-5d4c555711f0447b41ef6c47e1e8de9c605f7c66.tar.xz discord.py-5d4c555711f0447b41ef6c47e1e8de9c605f7c66.zip | |
Switch to Sphinx RTD theme.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6c6c749d..3183d776 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,7 +113,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the |