summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-01 16:49:00 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-07-01 16:49:00 (GMT)
commitcc1d0287b5c775ff35dc6af25009646e034a0a75 (patch)
tree1c05a31d5e52c5edcf93ce699fc7d41659226337 /Doc/conf.py
parentf27015255f899d3c36fb3c096fe1faa7b123d05b (diff)
downloadcpython-cc1d0287b5c775ff35dc6af25009646e034a0a75.zip
cpython-cc1d0287b5c775ff35dc6af25009646e034a0a75.tar.gz
cpython-cc1d0287b5c775ff35dc6af25009646e034a0a75.tar.bz2
Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 28dd80f..20086a9 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -44,7 +44,7 @@ exclude_patterns = ['venv/*']
# -----------------------
# Use our custom theme.
-html_theme = 'pydoctheme'
+html_theme = 'classic'
html_theme_path = ['tools']
html_theme_options = {'collapsiblesidebar': True}