emcconville / wand

The ctypes-based simple ImageMagick binding for Python
http://docs.wand-py.org/
Other
1.42k stars 199 forks source link

docs: fix build with Sphinx 6.0.0 + fix typos #610

Closed sbraz closed 1 year ago

sbraz commented 1 year ago

Hi, This fixes the build with Sphinx 6.0.0. This was initially reported here: https://bugs.gentoo.org/889906. See https://github.com/sphinx-doc/sphinx/commit/93cf1a57d916a1ff96c8e8a0356d0256e40489ac for the breaking change. I've also fixed some typos in the doc.

coveralls commented 1 year ago

Coverage Status

Coverage: 87.761%. Remained the same when pulling 056e477b5b8530b62c3a935b0609621e01b7b1a3 on sbraz:sphinx6 into 7a15451da412fbf0b246b49f5fa98309d921fe1c on emcconville:master.

emcconville commented 1 year ago

Perfect - thanks!