diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fdef59eb56b2..eaa59d1f301a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,10 @@ sphinx: python: install: + # Need to install this to set the correct version of setuptools for now + # because it is needed by fs + # See https://github.com/openedx/openedx-platform/issues/38068 for details. + - requirements: "requirements/pip.txt" - requirements: "requirements/edx/doc.txt" - method: pip path: .