aboutcode-org / python-inspector

Inspect Python code and PyPI package manifests. Resolve Python dependencies.
22 stars 19 forks source link

Fix building the documentation #146

Closed fviernau closed 1 year ago

fviernau commented 1 year 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")