diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py
index 47c494dfc..f777ecacc 100644
--- a/sphinx/builders/html.py
+++ b/sphinx/builders/html.py
@@ -63,6 +63,7 @@ LAST_BUILD_FILENAME = 'last_build'
logger = logging.getLogger(__name__)
return_codes_re = re.compile('[\r\n]+')
+
def get_stable_hash(obj):
# type: (Any) -> unicode
"""