We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c487060 commit d968327Copy full SHA for d968327
sphinxdocs/private/sphinx_build.py
@@ -210,4 +210,5 @@ def _handle_env_get_outdated(self, app, env, added, changed, removed):
210
with Worker(sys.stdin, sys.stdout, os.getcwd()) as worker:
211
sys.exit(worker.run())
212
else:
213
+ raise Exception("non-worker path taken")
214
sys.exit(main())
0 commit comments