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

remove deprecated configs and associated code/tests #1698

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

drammock
Copy link
Collaborator

@drammock drammock commented Feb 1, 2024

No description provided.

@drammock drammock added the kind: maintenance Improving maintainability and reducing technical debt label Feb 1, 2024
@@ -188,9 +188,7 @@
"json_url": json_url,
"version_match": version_match,
},
"navigation_with_keys": False,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

False is now the default in theme.conf so we don't need to specify it in our own docs (or in any tests) just to avoid the deprecation warning

# "back_to_top_button": False,
# "search_bar_position": "navbar", # TODO: Deprecated - remove in future version
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

AFAICT this config was being silently ignored, and associated code was already removed

@@ -25,41 +25,6 @@ def update_config(app):
theme_options = utils.get_theme_options_dict(app)
warning = partial(utils.maybe_warn, app)

# TODO: deprecation; remove after 0.14 release
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you confirm this was already removed long ago ? I didn't find it in theme.conf

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@drammock drammock merged commit 4ba8943 into pydata:main Feb 9, 2024
17 checks passed
@drammock drammock deleted the deprecations branch February 9, 2024 19:16
ivanov pushed a commit to ivanov/pydata-sphinx-theme that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: maintenance Improving maintainability and reducing technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants