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

FTBFS docs: sphinx 5.1.0 "pop from an empty deque" #6882

Closed
yarikoptic opened this issue Jul 24, 2022 · 2 comments · Fixed by #6883
Closed

FTBFS docs: sphinx 5.1.0 "pop from an empty deque" #6882

yarikoptic opened this issue Jul 24, 2022 · 2 comments · Fixed by #6883

Comments

@yarikoptic
Copy link
Member

Started to happen only recently and spotted in #6879 first:

$> git grep 'threw an exception (exception: pop from an empty deque)'
24/pr/6879/3a40934/github-Docs-5343-failed/1_build.txt:2022-07-24T14:33:00.9989707Z Handler <function _process_docstring at 0x7fc4eefe9170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)
24/pr/6879/3a40934/github-Docs-5343-failed/build/6_Build docs.txt:2022-07-24T14:33:00.9989681Z Handler <function _process_docstring at 0x7fc4eefe9170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)
24/pr/6880/ca7460f/github-Docs-5344-failed/1_build.txt:2022-07-24T17:02:14.7290695Z Handler <function _process_docstring at 0x7f37f80ea170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)
24/pr/6880/ca7460f/github-Docs-5344-failed/build/6_Build docs.txt:2022-07-24T17:02:14.7290665Z Handler <function _process_docstring at 0x7f37f80ea170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)
24/pr/6881/5ae1b46/github-Docs-5345-failed/1_build.txt:2022-07-24T17:18:28.8465361Z Handler <function _process_docstring at 0x7f88229f5170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)
24/pr/6881/5ae1b46/github-Docs-5345-failed/build/6_Build docs.txt:2022-07-24T17:18:28.8465331Z Handler <function _process_docstring at 0x7f88229f5170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)

https://github.com/datalad/datalad/runs/7488517165?check_suite_focus=true 👍

reading sources... [ 54%] generated/datalad.customremotes.archives
Extension error (sphinx.ext.napoleon):
Handler <function _process_docstring at 0x7fc4eefe9170> for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque)
make: *** [Makefile:50: html] Error 2
make: Leaving directory '/home/runner/work/datalad/datalad/docs'

seems due to sphinx upgrade to 5.1.0

(git)smaug:/mnt/datasets/datalad/ci/logs/2022/07[master]24
$> git grep 'installed.*sphinx-' | sed -e 's,.*installed.* sphinx-\([0-9.]*\) .*,\1,g' | sort | uniq -c
     70 5.0.2
     53 5.1.0
1 6658.....................................:Sun 24 Jul 2022 01:26:41 PM EDT:.
(git)smaug:/mnt/datasets/datalad/ci/logs/2022/07[master]24
$> cd ../23
pr/
1 6659.....................................:Sun 24 Jul 2022 01:26:45 PM EDT:.
(git)smaug:/mnt/datasets/datalad/ci/logs/2022/07[master]23
$> git grep 'installed.*sphinx-' | sed -e 's,.*installed.* sphinx-\([0-9.]*\) .*,\1,g' | sort | uniq -c
    135 5.0.2
@yarikoptic
Copy link
Member Author

trigger -- @property without docstring. Followed up upstream: sphinx-doc/sphinx#10701 (comment)

@adswa
Copy link
Member

adswa commented Jul 26, 2022

addressed in #6883

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

Successfully merging a pull request may close this issue.

2 participants