From c9c19e2710b0aad65c93b2631da46a23eadc5d3d Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 24 Apr 2022 19:08:37 -0500 Subject: [PATCH 1/9] docs(CHANGES): fix header for 1.12.0 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 12640fb5..cdacf3a4 100644 --- a/CHANGES +++ b/CHANGES @@ -19,7 +19,7 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force - _Add your latest changes from PRs here_ -## v1.12.0 (2022-04-24) +## vcspull 1.12.0 (2022-04-24) ### Breaking changes From febc03d463576cabc3728798dac5f7e498c22b3e Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 25 Apr 2022 22:39:48 -0500 Subject: [PATCH 2/9] docs(sidebar): Link size and unlink hostname --- docs/_static/css/custom.css | 13 +++++-------- docs/_templates/sidebar/projects.html | 16 +++++++++++++++- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index aefd33b4..3bf24f5e 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,25 +1,23 @@ h2 { - font-size: 2rem; margin-bottom: 1.25rem; margin-top: 1.25rem; scroll-margin-top: 0.5rem; } h3 { - font-size: 1.5rem; margin-bottom: 1.25rem; margin-top: 1.25rem; scroll-margin-top: 0.5rem; } h4 { - font-size: 1.25rem; margin-bottom: 1.25rem; scroll-margin-top: 0.5rem; } .sidebar-tree p.indented-block { - padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0 var(--sidebar-item-spacing-horizontal); + padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0 + var(--sidebar-item-spacing-horizontal); margin-bottom: 0; } @@ -28,13 +26,12 @@ h4 { display: block; } -.sidebar-tree p.indented-block > :not(.project-name) { - font-size: var(--toc-font-size); -} - .sidebar-tree p.indented-block .project-name { font-size: var(--sidebar-item-font-size); font-weight: bold; margin-right: calc(var(--sidebar-item-spacing-horizontal) / 2.5); } +.sidebar-tree .active { + font-weight: bold; +} diff --git a/docs/_templates/sidebar/projects.html b/docs/_templates/sidebar/projects.html index 7e9d6780..330d1593 100644 --- a/docs/_templates/sidebar/projects.html +++ b/docs/_templates/sidebar/projects.html @@ -1,4 +1,4 @@ -