-
Notifications
You must be signed in to change notification settings - Fork 7
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
Wip/test fix side bar #334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pinging here @Revathyvenugopal162.
@@ -26,7 +26,8 @@ classifiers = [ | |||
] | |||
dependencies = [ | |||
"Sphinx>=4.2.0", | |||
"pydata-sphinx-theme>=0.14.0", | |||
"pydata-sphinx-theme@git+https://github.com/pydata/pydata-sphinx-theme#egg=main", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue with this is that using a branch does not allow to upload a new version to PyPI.
We need to limit the upper version for the pydata-sphinx-theme
.
I think the latest version to work for us was |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discard these changes.
"pydata-sphinx-theme@git+https://github.com/pydata/pydata-sphinx-theme#egg=main", | ||
# "pydata-sphinx-theme>=0.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"pydata-sphinx-theme@git+https://github.com/pydata/pydata-sphinx-theme#egg=main", | |
# "pydata-sphinx-theme>=0.14.0", | |
"pydata-sphinx-theme>0.14,<0.15", |
Dependabot should be the one opening a new PR every time there is a new major release for the pydata-sphinx-theme. If so, we should review in depth the rendering of this new version. |
Closing this PR but keeping the branch alive ftm. |
As it stands, the associated branch performs a change to be able to use the current main branch of https://github.com/pydata/pydata-sphinx-theme The idea here is to be able to use the fix that has been merged in
pydata/pydata-sphinx-theme#1632 to fix the problem of side bare when using option :hidden:.
I've been able to validate this change through ansys/pyedb#111