summaryrefslogtreecommitdiff
path: root/sphinx/application.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-17 21:55:28 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-17 22:31:50 +0900
commit1ca210aab1b6218916960d2cde44d7efceff2548 (patch)
tree23970a2995898f21907d50133b414d205119253d /sphinx/application.py
parent527e95540538f5896a0236647d13a6e281144c4b (diff)
downloadsphinx-git-1ca210aab1b6218916960d2cde44d7efceff2548.tar.gz
Separate json and pickle to sphinxcontrib package
Diffstat (limited to 'sphinx/application.py')
-rw-r--r--sphinx/application.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/application.py b/sphinx/application.py
index 296104e21..6d553333b 100644
--- a/sphinx/application.py
+++ b/sphinx/application.py
@@ -107,6 +107,7 @@ builtin_extensions = (
'sphinxcontrib.applehelp',
'sphinxcontrib.devhelp',
'sphinxcontrib.htmlhelp',
+ 'sphinxcontrib.serializinghtml',
'sphinxcontrib.qthelp',
# Strictly, alabaster theme is not a builtin extension,
# but it is loaded automatically to use it as default theme.