Update sphinx package in requirements.txt#299
Draft
mrcmry wants to merge 6 commits into
Draft
Conversation
These are the versions that are installed by pip without any "==x.y.z" in the requirement.txt with python 3.12.3 (ubuntu 24.04).
note: I have absolutely no knowledge of chinese or any non ideogram languages. I added space so the `` is correctly detected and the warning is gone. Perhaps a better handling when a ` (` special ( character would give a better look.
v5 is only 18h old it's perhaps why it's not working.
Collaborator
Author
|
for the record, I force pushed this branch to Before doing this, I verified that It seems it's not deploying correctly. I will work on this later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR update the python packages and CI yml to the latest version what works on ubuntu 24.04
I updated the packages to work on 3.12.3, the version of ubuntu 24.04.
I fixed some chinese warnings due to `` not being detected due to missing spaces. Note that I have not knowledge of Chinese or any ideogram languages. But it's probably better like this that without. Perhaps the space before the special parenthesis used could be improved. At least it fix most of the warnings. I left one because it seems to be a multi line problem and I don't want to mess with the meaning.
I pined the ubuntu
runs-onto 24.04 so it will not fail when a new version is available.I upgraded
actionsto the latest major (in some place it was using a main or dev branch, I looked at the timeline checked that the released version was older that the blame of the yml file line).So this will hopefully fix the warnings in Dependabot and probably generate a better doc due to the upgraded libs.