-
Notifications
You must be signed in to change notification settings - Fork 5k
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
6.4.11: sphins fails #6423
Comments
Looks like it is yet another case of --- a/docs/source/conf.py~ 2022-05-13 08:27:18.383082877 +0000
+++ b/docs/source/conf.py 2022-05-13 08:29:16.961130615 +0000
@@ -73,7 +73,6 @@
'sphinx.ext.autosummary',
'sphinx.ext.mathjax',
'IPython.sphinxext.ipython_console_highlighting',
- 'nbsphinx',
'sphinxcontrib_github_alt',
'myst_parser'
] I was able to generate documentation [tkloczko@devel-g2v notebook-6.4.11]$ /usr/bin/sphinx-build -n -T -b man docs/source build/sphinx/man
Running Sphinx v4.5.0
DEBUG:: sys.path
================
/usr/bin
/usr/lib64/python38.zip
/usr/lib64/python3.8
/usr/lib64/python3.8/lib-dynload
/usr/lib64/python3.8/site-packages
/usr/lib/python3.8/site-packages
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11
repo_root
=====================
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11
DEBUG:: Post insert to sys.path
===============================
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11
/usr/bin
/usr/lib64/python38.zip
/usr/lib64/python3.8
/usr/lib64/python3.8/lib-dynload
/usr/lib64/python3.8/site-packages
/usr/lib/python3.8/site-packages
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11
Initializing GitHub plugin
loading intersphinx inventory from https://ipython.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://nbconvert.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://nbformat.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://jupyter.readthedocs.io/en/latest/objects.inv...
intersphinx inventory has moved: https://jupyter.readthedocs.io/en/latest/objects.inv -> https://docs.jupyter.org/en/latest/objects.inv
[autosummary] generating autosummary for: changelog.md, comms.rst, config_overview.rst, contributing.rst, development_faq.rst, examples/Notebook/examples_index.rst, extending/bundler_extensions.rst, extending/contents.rst, extending/frontend_extensions.rst, extending/handlers.rst, extending/index.rst, extending/keymaps.rst, extending/savehooks.rst, frontend_config.rst, index.rst, notebook.rst, public_server.rst, security.rst, troubleshooting.rst, ui_components.rst
myst v0.17.2: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=['html_image'], linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=False, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, sub_delimiters=('{', '}'), words_per_minute=200)
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 20 added, 0 changed, 0 removed
reading sources... [100%] ui_components
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/What is the Jupyter Notebook'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Notebook Basics'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Running Code'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Working With Markdown Cells'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Custom Keyboard Shortcuts'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/JavaScript Notebook Extensions'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Importing Notebooks'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Connecting with the Qt Console'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Typesetting Equations'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/index.rst:19: WARNING: toctree contains reference to nonexisting document 'config'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/index.rst:19: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Distributing Jupyter Extensions as Python Packages'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/index.rst:38: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/nbpackage/mynotebook.ipynb'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/index.rst:38: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/nbpackage/nbs/other.ipynb'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-jupyternotebook.3 { notebook ui_components examples/Notebook/examples_index troubleshooting changelog comms config_overview frontend_config public_server security extending/index extending/contents extending/savehooks extending/handlers extending/frontend_extensions extending/keymaps extending/bundler_extensions contributing development_faq } /home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/public_server.rst:50: WARNING: py:attr reference target not found: NotebookApp.password
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/public_server.rst:113: WARNING: py:func reference target not found: notebook.auth.security.passwd
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/public_server.rst:126: WARNING: py:func reference target not found: notebook.auth.security.passwd
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:11: WARNING: py:class reference target not found: manager.ContentsManager
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:11: WARNING: py:class reference target not found: filemanager.FileContentsManager
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:75: WARNING: py:class reference target not found: nbformat.notebooknode.NotebookNode
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:186: WARNING: py:class reference target not found: manager.ContentsManager
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.get
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.save
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.delete_file
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.rename_file
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.file_exists
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.dir_exists
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.is_hidden
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:211: WARNING: py:meth reference target not found: manager.ContentsManager.save
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:216: WARNING: py:meth reference target not found: manager.ContentsManager.save
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:229: WARNING: py:mod reference target not found: notebook.services.contents.checkpoints
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.Checkpoints.rename_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.Checkpoints.list_checkpoints
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.Checkpoints.delete_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.create_file_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.create_notebook_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.get_file_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.get_notebook_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:272: WARNING: py:mod reference target not found: notebook.services.contents.filecheckpoints
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.11/docs/source/extending/contents.rst:279: WARNING: py:mod reference target not found: notebook.services.contents.tests
done
build succeeded, 39 warnings.
The manual pages are in build/sphinx/man. It would be good to clean above warnings .. |
Here is updates list of warnings for just released 6.4.12 + SETUPTOOLS_SCM_PRETEND_VERSION=6.4.12
+ /usr/bin/sphinx-build -n -T -b man docs/source build/sphinx/man
Running Sphinx v5.0.1
DEBUG:: sys.path
================
/usr/bin
/usr/lib64/python38.zip
/usr/lib64/python3.8
/usr/lib64/python3.8/lib-dynload
/usr/lib64/python3.8/site-packages
/usr/lib/python3.8/site-packages
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12
repo_root
=====================
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12
DEBUG:: Post insert to sys.path
===============================
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12
/usr/bin
/usr/lib64/python38.zip
/usr/lib64/python3.8
/usr/lib64/python3.8/lib-dynload
/usr/lib64/python3.8/site-packages
/usr/lib/python3.8/site-packages
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English).
Initializing GitHub plugin
making output directory... done
loading intersphinx inventory from https://ipython.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://nbconvert.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://nbformat.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://jupyter.readthedocs.io/en/latest/objects.inv...
intersphinx inventory has moved: https://jupyter.readthedocs.io/en/latest/objects.inv -> https://docs.jupyter.org/en/latest/objects.inv
[autosummary] generating autosummary for: changelog.md, comms.rst, config_overview.rst, contributing.rst, development_faq.rst, examples/Notebook/examples_index.rst, extending/bundler_extensions.rst, extending/contents.rst, extending/frontend_extensions.rst, extending/handlers.rst, extending/index.rst, extending/keymaps.rst, extending/savehooks.rst, frontend_config.rst, index.rst, notebook.rst, public_server.rst, security.rst, troubleshooting.rst, ui_components.rst
myst v0.17.2: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=['html_image'], linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=False, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, sub_delimiters=('{', '}'), words_per_minute=200)
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 20 added, 0 changed, 0 removed
reading sources... [100%] ui_components
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/What is the Jupyter Notebook'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Notebook Basics'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Running Code'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Working With Markdown Cells'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Custom Keyboard Shortcuts'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/JavaScript Notebook Extensions'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Importing Notebooks'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Connecting with the Qt Console'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/examples/Notebook/examples_index.rst:11: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Typesetting Equations'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/index.rst:19: WARNING: toctree contains reference to nonexisting document 'config'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/index.rst:19: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/Distributing Jupyter Extensions as Python Packages'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/index.rst:38: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/nbpackage/mynotebook.ipynb'
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/index.rst:38: WARNING: toctree contains reference to nonexisting document 'examples/Notebook/nbpackage/nbs/other.ipynb'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-jupyternotebook.3 { notebook ui_components examples/Notebook/examples_index troubleshooting changelog comms config_overview frontend_config public_server security extending/index extending/contents extending/savehooks extending/handlers extending/frontend_extensions extending/keymaps extending/bundler_extensions contributing development_faq } /home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/public_server.rst:50: WARNING: py:attr reference target not found: NotebookApp.password
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/public_server.rst:113: WARNING: py:func reference target not found: notebook.auth.security.passwd
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/public_server.rst:126: WARNING: py:func reference target not found: notebook.auth.security.passwd
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:11: WARNING: py:class reference target not found: manager.ContentsManager
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:11: WARNING: py:class reference target not found: filemanager.FileContentsManager
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:75: WARNING: py:class reference target not found: nbformat.notebooknode.NotebookNode
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:186: WARNING: py:class reference target not found: manager.ContentsManager
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.get
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.save
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.delete_file
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.rename_file
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.file_exists
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.dir_exists
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:198:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.manager.ContentsManager.is_hidden
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:211: WARNING: py:meth reference target not found: manager.ContentsManager.save
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:216: WARNING: py:meth reference target not found: manager.ContentsManager.save
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:229: WARNING: py:mod reference target not found: notebook.services.contents.checkpoints
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.Checkpoints.rename_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.Checkpoints.list_checkpoints
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.Checkpoints.delete_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.create_file_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.create_notebook_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.get_file_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:242:<autosummary>:1: WARNING: py:obj reference target not found: notebook.services.contents.checkpoints.GenericCheckpointsMixin.get_notebook_checkpoint
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:272: WARNING: py:mod reference target not found: notebook.services.contents.filecheckpoints
/home/tkloczko/rpmbuild/BUILD/notebook-6.4.12/docs/source/extending/contents.rst:279: WARNING: py:mod reference target not found: notebook.services.contents.tests
done
build succeeded, 40 warnings. You can peak on fixes that kind of issues in other projects |
Looks like it is some issue on building sphinx documentation
The text was updated successfully, but these errors were encountered: