Skip to content

Commit

Permalink
Update docs dependencies (#1367) 35ed84a
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 5, 2024
1 parent 4d3e058 commit afa4653
Show file tree
Hide file tree
Showing 75 changed files with 229 additions and 179 deletions.
2 changes: 1 addition & 1 deletion dev/404.html

Large diffs are not rendered by default.

98 changes: 74 additions & 24 deletions dev/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,89 @@
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

h1.doc-heading {
font-size: 1.6rem;
code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

h2.doc-heading {
font-size: 1.2rem;
code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

h3.doc-heading {
font-size: 1.15rem;
code.doc-symbol-attribute::after {
content: "attr";
}

h4.doc-heading {
font-size: 1.10rem;
code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

h5.doc-heading {
font-size: 1.05rem;
code.doc-symbol-function::after {
content: "func";
}

h6.doc-heading {
font-size: 1rem;
}
code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

code.doc-symbol-method::after {
content: "meth";
}

code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
Binary file modified dev/assets/images/social/community/highlights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/assets/images/social/how-to/meta/report-issues.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/assets/images/social/how-to/publish/auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/blog/2022/10/08/hatch-v160/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/blog/2023/12/11/hatch-v180/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/blog/2023/12/18/hatch-v190/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/blog/archive/2022/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/blog/archive/2023/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/blog/category/release/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/blog/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/build/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/cli/about/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/cli/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/community/contributing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/community/highlights/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/community/users/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/build/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/context/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/config/dependency/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/environment/advanced/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/environment/overview/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/config/hatch/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/internal/static-analysis/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/internal/testing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/metadata/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/config/project-templates/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/environment/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/history/hatch/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/history/hatchling/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/config/dynamic-metadata/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/environment/package-indices/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/meta/report-issues/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/plugins/testing-builds/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/publish/auth/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/publish/repo/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/how-to/static-analysis/behavior/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/install/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/intro/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/meta/authors/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/meta/faq/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/next-steps/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/about/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/build-hook/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/build-hook/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/build-hook/version/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/builder/binary/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/builder/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/builder/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/builder/sdist/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/builder/wheel/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/environment-collector/custom/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/environment-collector/default/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/environment-collector/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/environment/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/environment/virtual/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/metadata-hook/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/metadata-hook/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/publisher/package-index/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/publisher/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/utilities/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/version-scheme/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/version-scheme/standard/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/version-source/code/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/version-source/env/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/plugins/version-source/reference/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/plugins/version-source/regex/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/publish/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/tutorials/environment/basic-usage/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/tutorials/testing/overview/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/version/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/why/index.html

Large diffs are not rendered by default.

0 comments on commit afa4653

Please sign in to comment.