Mongoengine: MongoEngine docs are not up-to-date

Created on 25 Jun 2019  路  8Comments  路  Source: MongoEngine/mongoengine

It looks like the online docs isn't updated since 0.17.0
https://mongoengine-odm.readthedocs.io/changelog.html

Could you also clarify how readthedocs update is supposed to be triggered

Bug Documentation

All 8 comments

@wojcikstefan Any idea on this?

Not sure off the top of my head, but I'll investigate soon.

@wojcikstefan sorry to insist but this is critical as users won't look at the changelog/breaking changes if readthedocs is not up to date. From what I saw, we must have an integration like with travis and from the readthedocs site you should have accesss to some build logs. AFAIK I don't have access to that space so I can't help

Sorry for the delay on this one. I'll definitely look into it this weekend.

It looks like the RTD integration broke because it had been using the deprecated GitHub Services feature and GitHub stopped delivering events for it on January 31, 2019 (which is exactly when the last RTD build passed, see https://readthedocs.org/projects/mongoengine-odm/).

@rozza is still the sole owner of the RTD project, but I asked him for access to it over email.

Next steps:

Good catch @wojcikstefan ! That wasn't easy to debug

Alrighty, docs.mongoengine.org is up-to-date now :)

Awesome, thanks!

Was this page helpful?
0 / 5 - 0 ratings