Closed terrencetec closed 3 years ago
For future readers, the solution for this problem is to pin docutils<0.18 in your requirements.txt file, and have a .readthedocs.yaml file with these contents:
docutils<0.18
requirements.txt
.readthedocs.yaml
version: 2 python: install: - requirements: docs/requirements.txt
More information in our docs.
Originally posted by @astrojuanlu in https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-952034858
Fixed by setting docutils<0.18
For future readers, the solution for this problem is to pin
docutils<0.18
in yourrequirements.txt
file, and have a.readthedocs.yaml
file with these contents:More information in our docs.
Originally posted by @astrojuanlu in https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-952034858