Closed cehbrecht closed 3 years ago
The pywps.ext_autodoc extension does not work with sphinx >=4.0:
pywps.ext_autodoc
sphinx-build -W -b html -d _build/doctrees . _build/html Running Sphinx v4.0.0 Extension error: Could not import extension pywps.ext_autodoc (exception: cannot import name 'force_decode') make: *** [html] Error 2
This should be fixed. https://github.com/geopython/pywps/commit/56e9a8928505fa4406a50cfd62b91ca1a83d6dae
Fixed by PR #609
Description
The
pywps.ext_autodoc
extension does not work with sphinx >=4.0:Environment
Steps to Reproduce
Additional Information