nexB / python-inspector

Inspect Python code and PyPI package manifests. Resolve Python dependencies.
20 stars 17 forks source link

Fix building the documentation #146

Closed fviernau closed 10 months ago

fviernau commented 10 months ago

The support for Sphinx version 7 has been implemented in rdt-themes, but hasn't yet been released [1]. Currently, the build uses Sphinx version 7 which fails with [2].

Use a Sphinx version prior to 7 in order to fix that issue.

[1] https://github.com/readthedocs/sphinx_rtd_theme/issues/1463 [2] UndefinedError("'style' is undefined")