When generating documentation via sphinx, it reports two missing files:
changelog.rst: ../CHANGES.rst
contributing.rst: ../CONTRIBUTING.rst
These 2 files don't exist, having been superseded by CHANGES.md and CONTRIBUTING.md, and were removed in 2017 when releasing 2.3.0
Additionally, it complains that eventlet.rst documentation isn't included and that TimeoutError isn't defined in threading.rst (which it isn't, it should be KazooTimeoutError)
When generating documentation via sphinx, it reports two missing files:
changelog.rst:../CHANGES.rstcontributing.rst:../CONTRIBUTING.rstThese 2 files don't exist, having been superseded by
CHANGES.mdandCONTRIBUTING.md, and were removed in 2017 when releasing 2.3.0Additionally, it complains that
eventlet.rstdocumentation isn't included and thatTimeoutErrorisn't defined inthreading.rst(which it isn't, it should beKazooTimeoutError)