Open craigcitro opened 3 months ago
@carlopires how to reproduce your issue? locally works for me with make html
Although, I see that official RTD have this page missing https://hypercorn.readthedocs.io/en/latest/reference/api.html. But maybe it needs just another rebuild/republish?
Why? docs are great
I noticed the docs have an empty API reference page; a quick check locally seems to confirm the problem is that the usual sphinx
sys.path
adjustments predate moving the source intosrc/hypercorn
; this PR fixes the path accordingly.(Happy to remove the
../
entry too, but wasn't sure if something else has quietly grown a dep on that in the docs.)