Fix problems with the documentation build#2097
Merged
ocefpaf merged 1 commit intopython-visualization:mainfrom Mar 1, 2025
Merged
Fix problems with the documentation build#2097ocefpaf merged 1 commit intopython-visualization:mainfrom
ocefpaf merged 1 commit intopython-visualization:mainfrom
Conversation
This solves an issue with the build
Collaborator
Author
|
@Conengmo Are you up for code reviews? You complained about being very busy a few weeks ago. I fixed a problem with the build due to a new sphinx version. It is a fairly small change that does not affect the main library functionality. If I don't hear from you, I will merge this myself soon. |
ocefpaf
reviewed
Feb 28, 2025
| selenium<4.27.0 | ||
| setuptools_scm | ||
| sphinx | ||
| sphinx==7.3.7 |
Member
There was a problem hiding this comment.
What are the errors with the newer versions?
Collaborator
Author
There was a problem hiding this comment.
exception: module 'sphinx.util' has no attribute 'console'
Member
There was a problem hiding this comment.
I'll check that next week. Let's merge this one for now. Thanks!
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 solves an issue with the build