From d554bf80f9765c81a5b453ee48cffe7391a01cf8 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:39:09 -0500 Subject: [PATCH 1/4] fix: ext icon in breadcrumb is missing margin https://github.com/TACC/mkdocs-tacc/releases/tag/v1.0.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d307bbe6..e52b4913 100644 --- a/poetry.lock +++ b/poetry.lock @@ -266,14 +266,14 @@ cache = ["platformdirs"] [[package]] name = "mkdocs-tacc" -version = "1.0.3" +version = "1.0.4" description = "TACC-specific MkDocs theme" optional = false python-versions = "<3.13,>=3.10" groups = ["main"] files = [ - {file = "mkdocs_tacc-1.0.3-py3-none-any.whl", hash = "sha256:35d293c93220bce94127d718400c8ec6218379fd0d27cffcc1cd15921db1b06c"}, - {file = "mkdocs_tacc-1.0.3.tar.gz", hash = "sha256:fc02f5fb94dc3cf4e29ddf60009ee5a131a8b733480cebfbb028d51dde7c6727"}, + {file = "mkdocs_tacc-1.0.4-py3-none-any.whl", hash = "sha256:1029eafd35b9996e19fb560aae9d1174d4262e1e3a3c3c5ed3518f7d5cd0a16a"}, + {file = "mkdocs_tacc-1.0.4.tar.gz", hash = "sha256:9945a00aeb67ca27609d7a15e63e6495fe4bc404af1ac8ac4731507a814470db"}, ] [package.dependencies] @@ -490,4 +490,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "f7f414d5fdd19c237a2767d5081676f11a05820d5d075f99aa8a27ccd79d3c6a" +content-hash = "2a74ac71807eeda0d921aa985de7c7e25ca34ff184fb34822adff68e04f8d8fa" diff --git a/pyproject.toml b/pyproject.toml index 64cdb5ea..3db45d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ maintainers = [ readme = "README.md" requires-python = ">=3.10,<3.13" dependencies = [ - "mkdocs-tacc[all] (>=1.0.0,<2.0.0)", + "mkdocs-tacc[all] (>=1.0.4,<2.0.0)", "mkdocs-exclude-search (>=0.6.6,<0.7.0)", "mkdocs-include-markdown-plugin (>=5.1.0,<6.0.0)", ] From 484ef78c4e9230c2f57c37fc460dccde57cf88ce Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:47:06 -0500 Subject: [PATCH 2/4] fix: must update reqs for Pip users --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcf1241e..b6fbf2e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -115,9 +115,9 @@ mkdocs-exclude-search==0.6.6 ; python_version >= "3.10" and python_version < "3. mkdocs-include-markdown-plugin==5.1.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:4a1b8d79a0e1b6fd357ca8013a6d1701c755ada4acb74ee97b0642d1afe6756e \ --hash=sha256:e9ca188ab1d86f5fc4a6b96ce8c85acf6e25f114897868041056ec7945f29f65 -mkdocs-tacc==1.0.3 ; python_version >= "3.10" and python_version < "3.13" \ - --hash=sha256:35d293c93220bce94127d718400c8ec6218379fd0d27cffcc1cd15921db1b06c \ - --hash=sha256:fc02f5fb94dc3cf4e29ddf60009ee5a131a8b733480cebfbb028d51dde7c6727 +mkdocs-tacc==1.0.4 ; python_version >= "3.10" and python_version < "3.13" \ + --hash=sha256:1029eafd35b9996e19fb560aae9d1174d4262e1e3a3c3c5ed3518f7d5cd0a16a \ + --hash=sha256:9945a00aeb67ca27609d7a15e63e6495fe4bc404af1ac8ac4731507a814470db mkdocs==1.4.3 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:5955093bbd4dd2e9403c5afaf57324ad8b04f16886512a3ee6ef828956481c57 \ --hash=sha256:6ee46d309bda331aac915cd24aab882c179a933bd9e77b80ce7d2eaaa3f689dd From 1e8d498a6634d4548ded70c638ce8c50140f75d5 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:55:31 -0500 Subject: [PATCH 3/4] Revert "fix: must update reqs for Pip users" This reverts commit 484ef78c4e9230c2f57c37fc460dccde57cf88ce. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b6fbf2e3..bcf1241e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -115,9 +115,9 @@ mkdocs-exclude-search==0.6.6 ; python_version >= "3.10" and python_version < "3. mkdocs-include-markdown-plugin==5.1.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:4a1b8d79a0e1b6fd357ca8013a6d1701c755ada4acb74ee97b0642d1afe6756e \ --hash=sha256:e9ca188ab1d86f5fc4a6b96ce8c85acf6e25f114897868041056ec7945f29f65 -mkdocs-tacc==1.0.4 ; python_version >= "3.10" and python_version < "3.13" \ - --hash=sha256:1029eafd35b9996e19fb560aae9d1174d4262e1e3a3c3c5ed3518f7d5cd0a16a \ - --hash=sha256:9945a00aeb67ca27609d7a15e63e6495fe4bc404af1ac8ac4731507a814470db +mkdocs-tacc==1.0.3 ; python_version >= "3.10" and python_version < "3.13" \ + --hash=sha256:35d293c93220bce94127d718400c8ec6218379fd0d27cffcc1cd15921db1b06c \ + --hash=sha256:fc02f5fb94dc3cf4e29ddf60009ee5a131a8b733480cebfbb028d51dde7c6727 mkdocs==1.4.3 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:5955093bbd4dd2e9403c5afaf57324ad8b04f16886512a3ee6ef828956481c57 \ --hash=sha256:6ee46d309bda331aac915cd24aab882c179a933bd9e77b80ce7d2eaaa3f689dd From fed08b2b2a39de8cb713bae185b5308d71f380cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jun 2026 18:56:49 +0000 Subject: [PATCH 4/4] chore: auto-update requirements.txt [bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcf1241e..b6fbf2e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -115,9 +115,9 @@ mkdocs-exclude-search==0.6.6 ; python_version >= "3.10" and python_version < "3. mkdocs-include-markdown-plugin==5.1.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:4a1b8d79a0e1b6fd357ca8013a6d1701c755ada4acb74ee97b0642d1afe6756e \ --hash=sha256:e9ca188ab1d86f5fc4a6b96ce8c85acf6e25f114897868041056ec7945f29f65 -mkdocs-tacc==1.0.3 ; python_version >= "3.10" and python_version < "3.13" \ - --hash=sha256:35d293c93220bce94127d718400c8ec6218379fd0d27cffcc1cd15921db1b06c \ - --hash=sha256:fc02f5fb94dc3cf4e29ddf60009ee5a131a8b733480cebfbb028d51dde7c6727 +mkdocs-tacc==1.0.4 ; python_version >= "3.10" and python_version < "3.13" \ + --hash=sha256:1029eafd35b9996e19fb560aae9d1174d4262e1e3a3c3c5ed3518f7d5cd0a16a \ + --hash=sha256:9945a00aeb67ca27609d7a15e63e6495fe4bc404af1ac8ac4731507a814470db mkdocs==1.4.3 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:5955093bbd4dd2e9403c5afaf57324ad8b04f16886512a3ee6ef828956481c57 \ --hash=sha256:6ee46d309bda331aac915cd24aab882c179a933bd9e77b80ce7d2eaaa3f689dd