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

"Parallel mode" error strikes again #9092

Closed
alliter8 opened this issue Apr 12, 2021 · 3 comments
Closed

"Parallel mode" error strikes again #9092

alliter8 opened this issue Apr 12, 2021 · 3 comments

Comments

@alliter8
Copy link

alliter8 commented Apr 12, 2021

Describe the bug

Even though Fix #6803: Disable parallel build on macOS and py38+ #6879 was implemented, I am once again receiving this error on Big Sur. (I did not experience an issue on Catalina, though I only started using Sphinx a few months ago on this Mac, which is long after those fixes were added.)

When attempting make html with the minimal Makefile from sphinx-quickstart, I get the following error:

Running Sphinx v3.5.4
For security reason, parallel mode is disabled on macOS and python3.8 and above. For more details, please read https://github.com/sphinx-doc/sphinx/issues/6803
make: *** [html] Error 2

I am not receiving this issue with the exact same repo on Windows or Linux.

To Reproduce

Steps to reproduce the behavior:

$ cd /path/to/repo
$ make html

Expected behavior

I expect the html to be built as it does on the other systems.

Your project

I cannot share this because it is proprietary.

Screenshots

sphinx parallel error

Environment info

  • OS: Mac v11.2.3
  • Python version: v3.9.3
  • Sphinx version: v3.5.4 (Homebrew as recommended in official docs for Mac)
  • Sphinx extensions: 'sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel', 'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.intersphinx', 'sphinx.ext.ifconfig', 'sphinx.ext.mathjax', 'sphinx.ext.napoleon', 'sphinx.ext.todo'
  • Extra tools: N/A

Additional context

Unfortunately, I have nothing else about why this is happening. I had hoped to come here and find a quick answer, lol.

@alliter8 alliter8 changed the title Still receiving "parallel mode" error "Parallel mode" error strikes again Apr 12, 2021
@tk0miya
Copy link
Member

tk0miya commented Apr 13, 2021

Thank you for reporting. We need to reimplement the whole of the parallel build feature to do that.

Same as #6881. Closing.

@alliter8
Copy link
Author

So, to be clear, this is not on the roadmap currently? Is there a workaround for Mac users?

@tk0miya
Copy link
Member

tk0miya commented Apr 17, 2021

Unfortunately, perfectly stalled. We need to scrap and build the whole of the feature. In details, we need to replace the thread model with process model. So it should be fully redesigned. And nobody work on it AFAIK.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants