Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Wip/test fix side bar #334

wants to merge 3 commits into from

Conversation

SMoraisAnsys
Copy link
Contributor

⚠️ This is a PR whose content must be rewritten before it can be merged ⚠️

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

@SMoraisAnsys SMoraisAnsys requested a review from a team as a code owner January 11, 2024 14:47
@github-actions github-actions bot added maintenance Generic maintenance related dependencies Related with project dependencies labels Jan 11, 2024
Copy link
Member

@jorgepiloto jorgepiloto left a 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",
Copy link
Member

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.

@jorgepiloto
Copy link
Member

I think the latest version to work for us was pydata-sphinx-theme==0.14.4

Copy link
Member

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.

Comment on lines +29 to +30
"pydata-sphinx-theme@git+https://github.com/pydata/pydata-sphinx-theme#egg=main",
# "pydata-sphinx-theme>=0.14.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",

@jorgepiloto
Copy link
Member

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.

@SMoraisAnsys
Copy link
Contributor Author

Closing this PR but keeping the branch alive ftm.

@Revathyvenugopal162 Revathyvenugopal162 deleted the wip/test_fix_side_bar branch March 26, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Generic maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants