Skip to content

Conversation

@drammock
Copy link
Member

@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
"json_url": json_url,
"version_match": version_match,
},
"navigation_with_keys": False,
Copy link
Member 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

},
"navigation_with_keys": False,
# "back_to_top_button": False,
# "search_bar_position": "navbar", # TODO: Deprecated - remove in future version
Copy link
Member 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

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
Member 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
@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