geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

doc build fails with sphinx >=4.0 #608

Closed cehbrecht closed 3 years ago

cehbrecht commented 3 years ago

Description

The pywps.ext_autodoc extension does not work with sphinx >=4.0:

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

Environment

Steps to Reproduce

Additional Information

huard commented 3 years ago

This should be fixed. https://github.com/geopython/pywps/commit/56e9a8928505fa4406a50cfd62b91ca1a83d6dae

cehbrecht commented 3 years ago

Fixed by PR #609