Superbird11 / ranges

Continuous Range, RangeSet, and RangeDict data structures for Python
MIT License
101 stars 10 forks source link

https://python-ranges.readthedocs.io/en/ is broken #19

Open tomsem opened 2 years ago

tomsem commented 2 years ago

I'm only seeing Content headings, but no detail there.

Superbird11 commented 2 years ago

I'll be honest, I've known about this for a while but have absolutely no idea how to fix it. If you can offer advice, please do

tomsem commented 2 years ago

Sorry, I have no idea, either.

Superbird11 commented 2 years ago

I'd just like to let it be known that I tried for four hours today to get this to work, and sphinx's make html is working perfectly fine locally, but readthedocs apparently doesn't want to process it correctly. I've left the makefiles for the documentation in the main directory if anyone wants to try their hand at it, because I give up.

BubaVV commented 1 year ago

But https://python-ranges.readthedocs.io/ without /en/ works well and redirects to https://python-ranges.readthedocs.io/en/latest/ . Never dealt with Sphinx, but looks like misconfigured redirect or mod_rewrite

blaisep commented 1 year ago

Hi @Superbird11 I can fix this..... PR incoming https://python-ranges-stg.readthedocs.io/en/latest/

blaisep commented 1 year ago

If @tomsem is happy, I suppose you can close this now that the fix is merged. If you have any questions, LMK.