-
Notifications
You must be signed in to change notification settings - Fork 0
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
Kf/visualizer #72
Kf/visualizer #72
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)
for more information, see https://pre-commit.ci
…uting/conspiracies into kf/visualizer
The failing documentation seems to be something in/with Sphinx and not the changes here. Any suggestions on how to fix it @KennethEnevoldsen ? |
Can you run it locally? you might try: The error seems to stem from:
which does not seem to be a sphinx issue |
Nope, does not work locally, not even on main. |
Will take a look! |
Maybe with IPython. From the error log on my machine:
|
Hmm I don't get that one (will just recreate my env). I can get it to work if I do:
In the docs/conf.py If that works then it seem to be an issue with the notebook execution |
Hmm, interesting. That was also my first thought and that the error message just obscured what was the actual reason. I'll take a closer look tomorrow. It is surprising that it does not work on main either, but maybe it has gone under the radar somehow. |
Without having the complete overview, I think what happened was some issue in peer-dependencies. If I opened IPython on my own machine, I would see the same error. I cannot reproduce it now, though; but maybe the latest version IPython needed a newer version of |
Co-authored-by: Kenneth Enevoldsen <[email protected]>
…ogress print statements in corpusprocessing
There are three main contributions from this pull request:
I am focusing on something else, so I am opening this to avoid it just going stale and being forgotten. Some parts of the code probably show this.