keras-team / keras-autodoc

Documentation autogeneration utilities.
Apache License 2.0
30 stars 22 forks source link

[Question] Pinned Black version #86

Closed lgvaz closed 4 years ago

lgvaz commented 4 years ago

Hi!

In setup.py black is pinned to the version 19.10b0, is that a hard requirement for the documentation to build properly?

I'm using your package as a dependency of mine, and this also requires me to lock the version of black, I tested building the docs with the newest version of black and it seemed to work just fine.

gabrieldemarmiesse commented 4 years ago

We pinned it to avoid surprises. But we should keep up with nlack releases. If you make a pull request to bump the version i'll gladly merge it

lgvaz commented 4 years ago

Cool! #87 should do it, tell me if you need me to modify anything else as well

If everything works, can I ask for one additional favor? Can you publish the changes to pypi? :sweat_smile:

Thanks a lot =)

gabrieldemarmiesse commented 4 years ago

Sure thing, I'll put it in my TODO list :), it might take a few days.

gabrieldemarmiesse commented 4 years ago

0.6.0 released :)