apidoc icon indicating copy to clipboard operation
apidoc copied to clipboard

[bug] Nested `apidoc_excluded_paths` default `[[str]]` causes a warning in Sphinx 8.2.0

Open webknjaz opened this issue 9 months ago • 2 comments

Running Sphinx v8.2.0
loading translations [en]... done
WARNING: while setting up extension sphinxcontrib.apidoc: Failed to convert [[<class 'str'>]] to a frozenset
making output directory... done

(https://readthedocs.org/projects/awx-plugins-core/builds/27249215/)

webknjaz avatar Feb 19 '25 23:02 webknjaz

@stephenfin let me know if you'd like any help with this and #22.

webknjaz avatar Feb 20 '25 14:02 webknjaz

There's now a built-in extension with similar logic over in the upstream project: https://github.com/sphinx-doc/sphinx/pull/13333. Perhaps, this one should just get deprecated and Sphinx 8.2+ users would migrate to the built-in solution.

webknjaz avatar Feb 26 '25 15:02 webknjaz