Closed tlvu closed 4 years ago
This change is used in https://github.com/bird-house/flyingpigeon/pull/336
Ping @cehbrecht @huard
Note to the person merging this PR, please do not use squash merge.
Squash merge will not merge the original commit and I have referenced the original commit in https://github.com/bird-house/flyingpigeon/blob/baf953244dee562b04b966dfb309987ed0ab588d/Makefile#L57 and in https://github.com/bird-house/emu/blob/3620ae99c5c5edb735e8b53e3bd0c1f0c650dd23/Makefile#L75
Alternatively please give me write access to https://github.com/geopython/pywps and I'll merge this PR myself, after approval or other required change of course.
Note to the person merging this PR, please do not use squash merge.
Squash merge will not merge the original commit and I have referenced the original commit in https://github.com/bird-house/flyingpigeon/blob/baf953244dee562b04b966dfb309987ed0ab588d/Makefile#L57 and in https://github.com/bird-house/emu/blob/3620ae99c5c5edb735e8b53e3bd0c1f0c650dd23/Makefile#L75
Alternatively please give me write access to https://github.com/geopython/pywps and I'll merge this PR myself, after approval or other required change of course.
@tlvu I have given you write access as a contributor. Lets wait for feedback by @tomkralidis and @jachym.
@tlvu feel free to merge :) I can make a patch release afterwards.
Overview
Sphinx "Duplicate explicit target name" warning is problematic when warning are turned into errors (
sphinx-build -W
).And we would want warnings to turn into error because autodoc import failure are treated as warnings only, resulting into silent documentation build failure if those warnings do not fail the build.
Related Issue / Discussion
See PR https://github.com/bird-house/cookiecutter-birdhouse/pull/96 with the silent doc build error.
See commit https://github.com/bird-house/flyingpigeon/pull/336/commits/c97ebca73792c1fb0c32d7b6079385fcd84a73b0 and https://github.com/bird-house/emu/commit/cfcaedf0804cf3473d1c77dcd47d9303960418ff for actual real usage of this change.
Additional Information
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)