terrencetec / kontrol

KAGRA control python package
MIT License
11 stars 0 forks source link

Sphinx build failed #27

Closed terrencetec closed 3 years ago

terrencetec commented 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:

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

terrencetec commented 3 years ago

Fixed by setting docutils<0.18