Python-zeep: Documentation website is down.

Created on 28 Apr 2020  路  6Comments  路  Source: mvantellingen/python-zeep

The documentation website is down that is linked in the about, and PyPi. https://docs.python-zeep.org/

Most helpful comment

There is a PDF version available in the meantime https://readthedocs.org/projects/python-zeep/downloads/pdf/master/

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vadivelkindhealth picture vadivelkindhealth  路  3Comments

ri8on picture ri8on  路  4Comments

dhinchakdhoom picture dhinchakdhoom  路  4Comments

alexdemari picture alexdemari  路  4Comments

ghost picture ghost  路  6Comments