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(css): right sidebar height #1617

Merged
merged 1 commit into from
Dec 13, 2023
Merged

fix(css): right sidebar height #1617

merged 1 commit into from
Dec 13, 2023

Conversation

kai687
Copy link
Owner

@kai687 kai687 commented Dec 13, 2023

Delete unused CSS variable for the height of the right sidebar.
Fixes #1616.

Bumps [importlib-metadata](https://github.com/python/importlib_metadata)
from 6.9.0 to 7.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v7.0.0</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed EntryPoint access by numeric index (tuple behavior).</li>
</ul>
<h1>v6.11.0</h1>
<h2>Features</h2>
<ul>
<li>Added <code>Distribution.origin</code> supplying the
<code>direct_url.json</code> in a <code>SimpleNamespace</code>. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/404">#404</a>)</li>
</ul>
<h1>v6.10.0</h1>
<h2>Features</h2>
<ul>
<li>Added diagnose script. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/461">#461</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/fb492e17faee9a6056ca31cf6feffec96c3b9d5a"><code>fb492e1</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/37113c20d89b0646ffaf4922ba11dad81cd27e7f"><code>37113c2</code></a>
Removed EntryPoint access by numeric index (tuple behavior).</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/84418f85c38d2bba9925f576ef25dda1de9e4647"><code>84418f8</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/537349cc360cdead8a3201e8f33f5168fef8dc15"><code>537349c</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/465">#465</a>
from python/feature/origin</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/51b3be4c86e829c3207b9970160c381ef55da382"><code>51b3be4</code></a>
Merge branch 'main' into feature/origin</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e886c996ee154c26861520b8440351f931470373"><code>e886c99</code></a>
Use a SiteBuilder class to build files in the site, traversing the class
hier...</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/f480907325bcb79e614da9f826834c25b53839a7"><code>f480907</code></a>
Add test capturing expectation. Ref <a
href="https://redirect.github.com/python/importlib_metadata/issues/404">#404</a></li>
<li><a
href="https://github.com/python/importlib_metadata/commit/84399188dd9792364603b2a95149f7c11961bca7"><code>8439918</code></a>
Add changelog</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/72383028a3ca5c7e6ab9a58e6e1e06d30079c905"><code>7238302</code></a>
Restore pypy tests now that 3.10 is the standard. Bypasses issue in <a
href="https://redirect.github.com/python/importlib_metadata/issues/463">#463</a>.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/02bbfb0685ce826daa3e6d85d4002b90b70a5e30"><code>02bbfb0</code></a>
Finalize</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v6.9.0...v7.0.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=importlib-metadata&package-manager=pip&previous-version=6.9.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@kai687 kai687 marked this pull request as ready for review December 13, 2023 15:19
@kai687 kai687 self-assigned this Dec 13, 2023
@kai687 kai687 added the styles Change the look of something label Dec 13, 2023
@kai687 kai687 enabled auto-merge (squash) December 13, 2023 15:20
Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for sphinxawesome-theme ready!

Name Link
🔨 Latest commit f631e65
🔍 Latest deploy log https://app.netlify.com/sites/sphinxawesome-theme/deploys/6579cb956c35010008cb1ca6
😎 Deploy Preview https://deploy-preview-1617--sphinxawesome-theme.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance:
Accessibility:
Best Practices:
SEO:
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@kai687 kai687 merged commit e29948d into main Dec 13, 2023
7 checks passed
@kai687 kai687 deleted the fix/height branch December 13, 2023 15:20
@kai687 kai687 added the bug Something isn't working label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working styles Change the look of something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Right sidebar does not scroll
1 participant