From 2eff76a1b2f8cab1e549601b9e02d0f9955b3872 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 17 Feb 2023 10:39:35 +0100 Subject: [PATCH 1/2] Fix github gitlab brand --- src/pydata_sphinx_theme/assets/styles/base/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pydata_sphinx_theme/assets/styles/base/_base.scss b/src/pydata_sphinx_theme/assets/styles/base/_base.scss index 594825da8..3791f42fc 100644 --- a/src/pydata_sphinx_theme/assets/styles/base/_base.scss +++ b/src/pydata_sphinx_theme/assets/styles/base/_base.scss @@ -64,8 +64,8 @@ a { } // set up a icon next to the shorten links from github and gitlab - .github, - .gitlab { + &.github, + &.gitlab { &::before { color: var(--pst-color-text-muted); font-family: "Font Awesome 6 Brands"; From b34014e97a392b4a42c40133696b1e9c48adcada Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 17 Feb 2023 11:34:04 +0100 Subject: [PATCH 2/2] Fix docs formatting --- docs/user_guide/theme-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/theme-elements.md b/docs/user_guide/theme-elements.md index a2d39f5c0..ed43afaea 100644 --- a/docs/user_guide/theme-elements.md +++ b/docs/user_guide/theme-elements.md @@ -184,7 +184,7 @@ For example: - `[https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)` - [https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012) -- **MyST Markdown with [MyST Linkify](https://myst-**parser.readthedocs.io/en/latest/syntax/optional.html#linkify) +- **MyST Markdown with [MyST Linkify](https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#linkify)** - `https://github.com/pydata/pydata-sphinx-theme/pull/1012` - https://github.com/pydata/pydata-sphinx-theme/pull/1012