Ronnie Dutta
Ronnie Dutta
We are also seeing this on a stock JupyterHub deployment: https://discourse.jupyter.org/t/jupyterhub-base-url-does-not-load-until-user-data-cleared/36929
Also getting this at https://github.com/cylc/cylc-doc/actions/runs/17373779099/job/49315400769 (reproduced locally too) Details ``` Versions ======== * Platform: linux; (Linux-6.11.0-1018-azure-x86_64-with-glibc2.39) * Python version: 3.13.7 (CPython) * Sphinx version: 8.2.3 * Docutils version: 0.21.2 *...
In our case it's a bit fiddly at the moment, I'm afraid: Setting up throwaway env: ``` $ conda create -n cylc-doc python=3.13 $ conda activate cylc-doc ``` Then: ```...
I've further cut down on the dependencies on my branch `sphinx-spelling-bug`, should not include pygraphviz anymore.
OK I've done a bit of debugging and it's failing when looking at an autodocumented module. https://github.com/sphinx-contrib/spelling/blob/f28e446ae78a3e0862f9f2f9473bd8ff82acf877/sphinxcontrib/spelling/builder.py#L224-L230 `docutils.utils.get_source_line()` only includes a source for the first 3 nodes but then it...
(Test failure is just flaky tui test, not bothering re-running a 3rd time 🤮)
Will either come in a follow-up PR or this one depending on how soon @hjoliver reviews this
> If removing a task causes all of the prerequisites on a downstream task to be unset (i.e. if the downstream task was spawned as a result of outputs from...
> Where are we up to with these TODO items? (Edited) I've updated the OP
Yes, because Oliver wanted to wait for the whole proposal to be addressed before merging. (FYI I'm going to close this PR and open a new one to stop GitHub...