Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ sphinx:

python:
install:
# Need to install this to set the correct version of steuptools for now
Comment thread
feanil marked this conversation as resolved.
Outdated
# 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: .
Loading