aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-15 01:22:00 -0400
committerRapptz <[email protected]>2017-05-15 01:22:00 -0400
commitdb3bc4076a90dc2630467dc79341e70fe2808db7 (patch)
treefb12646b9434acfccb57d08c1ad1f064a79b165f /docs/conf.py
parentFix dead links in the migrating page. (diff)
downloaddiscord.py-db3bc4076a90dc2630467dc79341e70fe2808db7.tar.xz
discord.py-db3bc4076a90dc2630467dc79341e70fe2808db7.zip
Completely new theme separate from alabaster.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 53e6b2b3..2fd56d47 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -129,13 +129,12 @@ pygments_style = 'friendly'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'alabaster'
+html_theme = 'basic'
# 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
# documentation.
# html_theme_options = {
-
# }
# Add any paths that contain custom themes here, relative to this directory.
@@ -305,6 +304,3 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
-
-def setup(app):
- app.add_stylesheet('style.css')