Skip to content

Commit d23995b

Browse files
committed
Fix
1 parent 14ba360 commit d23995b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, build_env, python_env, force=False):
5353

5454
def get_final_doctype(self):
5555
"""Some builders may have a different doctype at build time."""
56-
self.config.doctype
56+
return self.config.doctype
5757

5858
def force(self, **__):
5959
"""An optional step to force a build even when nothing has changed."""

0 commit comments

Comments
 (0)