apidoc
apidoc copied to clipboard
[bug] Nested `apidoc_excluded_paths` default `[[str]]` causes a warning in Sphinx 8.2.0
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/)
@stephenfin let me know if you'd like any help with this and #22.
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.