You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Build HTML docs step, the build fails with a 404.
$ make html SPHINXBUILD=../../venv/bin/sphinx-build
../../venv/bin/sphinx-build -b html -d _build/doctrees -W . _build/html
Running Sphinx v7.2.6
making output directory... done
loading intersphinx inventory from https://docs.python.org/objects.inv...
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://docs.pylonsproject.org/projects/pyramid/en/latest/objects.inv...
loading intersphinx inventory from https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/objects.inv...
intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
Warning, treated as error:
failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/objects.inv
make: *** [Makefile:40: html] Error 2
The quick and dirty work-around is to tell the build process to ignore warnings by removing the -W sphinx-build option by passing SPHINXOPTS='' to make.
$ make SPHINXOPTS='' html SPHINXBUILD=../../venv/bin/sphinx-build
Hi,
Following the instructions here:
https://github.com/Pylons/pyramid_cookbook/blob/master/contributing.md
In the Build HTML docs step, the build fails with a 404.
Looks like the inventory url has moved to: https://docs.python.org/3/objects.inv
The text was updated successfully, but these errors were encountered: