goerz / better-apidoc

A version of sphinx-apidoc with support for templating
BSD 2-Clause "Simplified" License
32 stars 6 forks source link

Update to Sphinx v1.7 #5

Closed pschillinger closed 6 years ago

pschillinger commented 6 years ago

Hey,

thank you for the useful template integration to apidoc! Unfortunately, it appears to be out of sync with sphinx since their recent update to v1.7: https://github.com/sphinx-doc/sphinx/blob/master/sphinx/ext/apidoc.py

In particular, the following line gives an import error now:

https://github.com/goerz/better-apidoc/blob/b52b365ea492376ca4011bf96741a81e6bced0e8/better_apidoc.py#L35

since it changed to from sphinx.cmd.quickstart import EXTENSIONS.

Thanks a lot for an update!

EricG-Personal commented 6 years ago

I believe there are plans to actually integrate better-apidoc into Sphinx itself, but perhaps there is a quick fix for this issue to keep better-apidoc going until that work can happen.

EricG-Personal commented 6 years ago

Any idea when you will release version 0.1.3 with this fix?

goerz commented 6 years ago

done