From 741131cd7e978c7e293284b75e525a9693468ccd Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Thu, 12 Dec 2024 17:38:42 +0000 Subject: [PATCH] Fix more URLs --- docs/community/design-system.md | 4 ++-- docs/conf.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/community/design-system.md b/docs/community/design-system.md index 4c6634d42..edb380c1e 100644 --- a/docs/community/design-system.md +++ b/docs/community/design-system.md @@ -178,8 +178,8 @@ color and typography in the PyData Sphinx theme: 1. [https://carbondesignsystem.com/elements/typography/overview/](https://carbondesignsystem.com/elements/typography/overview/) 2. [https://canvas.workday.com/styles/tokens/type](https://canvas.workday.com/styles/tokens/type) 3. [https://atlassian.design/foundations/typography-beta](https://atlassian.design/foundations/typography-beta) - refer to the [Figma Design File](https://www.figma.com/design/BHkBFxg1Qg0h5RApUw1ZrR/PyData-Design-System---Ongoing?node-id=2-160). + refer to the [Figma Design File](https://www.figma.com/community/file/1443191723065200671/pydata-sphinx-theme-design-system). -[figma-library]: https://www.figma.com/community/file/1443191723065200671 +[figma-library]: https://www.figma.com/community/file/1443191723065200671/pydata-sphinx-theme-design-system diff --git a/docs/conf.py b/docs/conf.py index e386db04b..a1045a24c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -347,6 +347,7 @@ def setup(app: Sphinx) -> Dict[str, Any]: r"https://www.sphinx-doc.org/en/master/*/.+?#.+?", # Known broken links in kitchen sink r"https://source.unsplash.com/.+", + r"https://.unsplash.com/.+", # sample urls "http://someurl/release-0.1.0.tar-gz", "http://python.py",