If you try to build this with either RTD or pip-compile docs/requirements.in then you'll get an attribute error.
To fix it, you'll need to regenerate the docs/requirements.txt file. Either delete that file, or remove its contents, then run pip-compile docs/requirements.in. This is the reason why the build is failing for this repo.