aarongarrett / inspyred

Python library for bio-inspired computational intelligence
MIT License
190 stars 57 forks source link

RTD docs are missing #23

Closed sanjayankur31 closed 11 months ago

sanjayankur31 commented 2 years ago

Hi there,

I was looking for the inpyred docs on RTD and can't seem to find them there. The link in the badge also returns a 404.

Could the link to the docs be corrected please?

Cheers,

sanjayankur31 commented 2 years ago

PS: the docs build fine locally with sphinx-build 4.1.2 here

sanjayankur31 commented 11 months ago

I've manually added the project to RTD and invited you @aarongarrett .

https://readthedocs.org/dashboard/inspyred/

We need to set up the GitHub hooks for this to work properly too. Alternatively, I could delete this manually set up project and if you sign in and import it from the list it shows you on your account, I think it'll automatically set up the webhook etc.

aarongarrett commented 11 months ago

If you delete the one you have, I'll try the import.

-- Aaron Garrett

On Thu, Nov 2, 2023 at 10:03 AM Ankur Sinha @.***> wrote:

I've manually added the project to RTD and invited you @aarongarrett https://github.com/aarongarrett .

https://readthedocs.org/dashboard/inspyred/

We need to set up the GitHub hooks for this to work properly too. Alternatively, I could delete this manually set up project and if you sign in and import it from the list it shows you on your account, I think it'll automatically set up the webhook etc.

— Reply to this email directly, view it on GitHub https://github.com/aarongarrett/inspyred/issues/23#issuecomment-1790798668, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALRPXLOEJZXFTIJKUWXYXDYCOR3BAVCNFSM5I64OW52U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZZGA3TSOBWGY4A . You are receiving this because you were mentioned.Message ID: @.***>

sanjayankur31 commented 11 months ago

Cool, deleted now.

aarongarrett commented 11 months ago

OK. It's imported but failing to build because of a sphinx issue, it looks like.

-- Aaron Garrett

On Thu, Nov 2, 2023 at 3:45 PM Ankur Sinha @.***> wrote:

Cool, deleted now.

— Reply to this email directly, view it on GitHub https://github.com/aarongarrett/inspyred/issues/23#issuecomment-1791444106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALRPXMDGS4A3O2O3HAEAMDYCPZ7JAVCNFSM5I64OW52U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZZGE2DINBRGA3A . You are receiving this because you were mentioned.Message ID: @.***>

sanjayankur31 commented 11 months ago

No worries, if you can add me to readthedocs too, I can fix that. The docs did seem to build correctly locally, so it must be something small that I've missed :crossed_fingers:

sanjayankur31 commented 11 months ago

Fixed: https://inspyred.readthedocs.io/en/latest/

I've also enabled rtd to build on every commit and PRs etc.

Closing this now.