astropy / sphinx-automodapi

Sphinx extension for generating API documentation
https://sphinx-automodapi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
65 stars 45 forks source link

Incompatibility with sphinx 6.2+ (alabaster.css_t deprecation warning) #164

Closed bsipocz closed 1 year ago

bsipocz commented 1 year ago

Recent CI failures highlight some incoming incompatibility with the new sphinx version 6.2, see the failing sphinxdev jobs on main's CI.

pllim commented 1 year ago

Thanks for reporting this! I opened https://github.com/sphinx-doc/alabaster/pull/204 upstream 🤞

pllim commented 1 year ago

In the meantime, I committed 5e09fd5397434d41df06970a5b1f0699a49a44c2 to ignore this warning for now.

bsipocz commented 1 year ago

Given this is all upstream, I'm closing the issue.