Skip to content

Commit 8a67922

Browse files
authored
Merge pull request #609 from huard/fix-608
remove unused force_decode
2 parents 5ad1fef + 5c14d77 commit 8a67922

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pywps/ext_autodoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from sphinx.ext.autodoc import ClassDocumenter, bool_option
33
from sphinx.ext.napoleon.docstring import NumpyDocstring
44
from sphinx.util.docstrings import prepare_docstring
5-
from sphinx.util import force_decode
65
from docutils.parsers.rst import directives
76
from pywps import Process
87
from pywps.app.Common import Metadata, MetadataUrl

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coveralls
33
pytest
44
flake8
55
pylint
6-
Sphinx<4.0
6+
Sphinx
77
twine
88
wheel
99
bump2version

0 commit comments

Comments
 (0)