Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build man page on 2.1.0 #1001

Closed
lgbaldoni opened this issue May 2, 2020 · 1 comment
Closed

Cannot build man page on 2.1.0 #1001

lgbaldoni opened this issue May 2, 2020 · 1 comment

Comments

@lgbaldoni
Copy link

Minor problem:

> make man
sphinx-build -b man -d _build/doctrees  -n -W . _build/man
Running Sphinx v2.3.1

Warning, treated as error:
html_static_path entry '_static' does not exist
make: *** [Makefile:141: man] Error 2

Major problem:

> make man
sphinx-build -b man -d _build/doctrees  -n -W . _build/man
Running Sphinx v2.3.1
/usr/lib/python3.8/site-packages/sphinx/events.py:103: RemovedInSphinx30Warning: autodoc_default_flags is now deprecated. Please use autodoc_default_options instead.
  results.append(callback(self.app, *args))
loading intersphinx inventory from http://docs.python.org/3.5/objects.inv...
loading intersphinx inventory from http://guessit.readthedocs.org/en/latest/objects.inv...
loading intersphinx inventory from http://babelfish.readthedocs.org/en/latest/objects.inv...
loading intersphinx inventory from http://dogpilecache.readthedocs.org/en/latest/objects.inv...
loading intersphinx inventory from http://dogpilecore.readthedocs.org/en/latest/objects.inv...
intersphinx inventory has moved: http://docs.python.org/3.5/objects.inv -> https://docs.python.org/3.5/objects.inv
intersphinx inventory has moved: http://babelfish.readthedocs.org/en/latest/objects.inv -> https://babelfish.readthedocs.io/en/latest/objects.inv
loading intersphinx inventory from http://docs.openstack.org/developer/stevedore/objects.inv...
intersphinx inventory has moved: http://guessit.readthedocs.org/en/latest/objects.inv -> https://guessit.readthedocs.io/en/latest/objects.inv
loading intersphinx inventory from http://click.pocoo.org/4/objects.inv...
loading intersphinx inventory from http://rarfile.readthedocs.org/en/latest/objects.inv...
intersphinx inventory has moved: http://click.pocoo.org/4/objects.inv -> https://click.palletsprojects.com/en/4.x/objects.inv
intersphinx inventory has moved: http://rarfile.readthedocs.org/en/latest/objects.inv -> https://rarfile.readthedocs.io/en/latest/objects.inv
intersphinx inventory has moved: http://dogpilecache.readthedocs.org/en/latest/objects.inv -> https://dogpilecache.sqlalchemy.org/en/latest/objects.inv
intersphinx inventory has moved: http://docs.openstack.org/developer/stevedore/objects.inv -> https://docs.openstack.org/stevedore/latest/

Warning, treated as error:
failed to reach any of the inventories with the following issues:
intersphinx inventory 'http://dogpilecore.readthedocs.org/en/latest/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://dogpilecore.readthedocs.io/en/latest/objects.inv
make: *** [Makefile:141: man] Error 2
@getzze
Copy link
Collaborator

getzze commented Jul 25, 2024

this is fixes on main.

@getzze getzze closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants