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

Fix icon links requirement #1231

Merged
merged 1 commit into from
Mar 5, 2023
Merged

Conversation

choldgraf
Copy link
Collaborator

@choldgraf choldgraf commented Mar 4, 2023

This fixes the case that no icon links are given, and a github/gitlab/etc URL is given, and the logic assumed that icon_links wasn't None.

I think we might want to deprecate this "auto-add icon links" behavior soon, but this at least fixes the immediate bug.

I tested locally by building the docs after commenting out our icon_links config. On main this breaks, and on this PR it works. I thought this might be too edge-casey to warrant a full test esp since we don't really encourage the shortcut syntax for links

@choldgraf
Copy link
Collaborator Author

ok gonna merge this one and cut a quick patch release so that folks don't keep getting hit by this.

@drammock drammock merged commit 3bf5e06 into pydata:main Mar 5, 2023
@FrancescAlted
Copy link

Ok. I have been having issues with this one. Glad that you worked that out. Thanks!

@lwasser
Copy link
Contributor

lwasser commented Mar 6, 2023

thanks @choldgraf !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

icon_links is required even if empty?
5 participants