The documentation website is down that is linked in the about, and PyPi. https://docs.python-zeep.org/
Bumping this. I can't access the docs.
Also bumping, this is painful.
The page isn't redirecting properly
An error occurred during a connection to python-zeep.readthedocs.io.
The same occurs for https://docs.python-zeep.org/
I beleave you can build the docs locally.
just 'cd' to docs folder and 'make html', the output will be in 'docs/_build/html', just open the index.html file in your browser.
Edit: If you are on windows you can use WSL, just need to install make (apt-get install make) and sphinx (apt-get install python3-sphinx)
There is a PDF version available in the meantime https://readthedocs.org/projects/python-zeep/downloads/pdf/master/
Seems like something changed at readthedocs.org. Initially I had a AWS cloudfront running in front of readthedocs but that doesn't seem necessary anymore, removing that and enabling https support at readthedocs fixed it
Most helpful comment
There is a PDF version available in the meantime https://readthedocs.org/projects/python-zeep/downloads/pdf/master/