Skip to content

Commit d641255

Browse files
committed
Add mkdocs key to v1
1 parent f92a345 commit d641255

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readthedocs/config/config.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,13 @@ def sphinx(self):
533533
fail_on_warning=False,
534534
)
535535

536+
@property
537+
def mkdocs(self):
538+
return Mkdocs(
539+
configuration=None,
540+
fail_on_warning=False,
541+
)
542+
536543

537544
class BuildConfigV2(BuildConfigBase):
538545

0 commit comments

Comments
 (0)