-
Notifications
You must be signed in to change notification settings - Fork 43
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
5.1.0: documentation not ready for sphinx 6.x #82
Comments
Looks like 5.1.0 still fails. |
it is not fixed yet. need a new release of the doc extension celery/sphinx_celery#27 |
Second thing is that in https://github.com/celery/vine/blob/master/docs/conf.py there is no listed any |
I don't fully understand your comment.
in
Maybe hardcoding external URL in Kind Regards |
Hi again, ))
extlinks.setdefault('pypi', (
- 'https://pypi.org/project/%s/', '',
+ 'https://pypi.org/project/%s/', None,
)) |
Thanks s3v |
Currently list of used extensions is empty. Line 19 in 8c08b39
|
Just retested with Sphinx 7.2.6 and look like +/- nitpick warnings it is possible to generate documentation + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v7.2.6
making output directory... done
loading intersphinx inventory from https://docs.python.org/dev/objects.inv...
loading intersphinx inventory from https://www.sphinx-doc.org/en/stable/objects.inv...
intersphinx inventory has moved: https://www.sphinx-doc.org/en/stable/objects.inv -> https://www.sphinx-doc.org/en/master/objects.inv
building [mo]: targets for 0 po files that are out of date
writing output...
building [man]: all manpages
updating environment: [new config] 8 added, 0 changed, 0 removed
reading sources... [100%] reference/vine.utils
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-vine.3 { reference/index reference/vine.promises reference/vine.synchronization reference/vine.funtools reference/vine.abstract reference/vine.utils changelog } /home/tkloczko/rpmbuild/BUILD/vine-5.1.0/Changelog:47: WARNING: py:mod reference target not found: vine.five
/home/tkloczko/rpmbuild/BUILD/vine-5.1.0/Changelog:51: WARNING: py:mod reference target not found: vine.backports.weakref_backports
/home/tkloczko/rpmbuild/BUILD/vine-5.1.0/Changelog:147: WARNING: py:class reference target not found: vine.abstract.ThenableProxy
/home/tkloczko/rpmbuild/BUILD/vine-5.1.0/Changelog:175: WARNING: py:const reference target not found: None
done
build succeeded, 4 warnings. Here is batch of examples from other projects about how to fix |
Looks lie
vine
documentation is not ready to be generated using sphinx 6.xThe text was updated successfully, but these errors were encountered: