Skip to content

Commit 1a6bcf6

Browse files
committed
mkdocs isn't required when documentation_type is sphinx
1 parent 91a72f5 commit 1a6bcf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/doc_builder/python_environments.py

+3
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ def install_core_requirements(self):
236236
'recommonmark',
237237
]
238238

239+
if self.project.documentation_type == 'mkdocs':
240+
pip_requirements.append('mkdocs')
241+
239242
pip_cmd = [
240243
'python',
241244
self.venv_bin(filename='pip'),

0 commit comments

Comments
 (0)