diff options
Diffstat (limited to 'sphinx/builders/html.py')
-rw-r--r-- | sphinx/builders/html.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py index d1f5792e7..f5d8cf549 100644 --- a/sphinx/builders/html.py +++ b/sphinx/builders/html.py @@ -1181,6 +1181,7 @@ class PickleHTMLBuilder(SerializingHTMLBuilder): globalcontext_filename = 'globalcontext.pickle' searchindex_filename = 'searchindex.pickle' + # compatibility alias WebHTMLBuilder = PickleHTMLBuilder |