diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 988d6dcb..dc1a1ddb 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 018f9b04..42b03aae 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -43,7 +43,7 @@ - + diff --git a/TRANSLATING.html b/TRANSLATING.html index bd375966..09caf38c 100644 --- a/TRANSLATING.html +++ b/TRANSLATING.html @@ -43,7 +43,7 @@ - + diff --git a/_static/pyos.css b/_static/pyos.css index 52ff4bdb..ff33950e 100644 --- a/_static/pyos.css +++ b/_static/pyos.css @@ -211,6 +211,45 @@ html[data-theme="dark"] { --pyos-h1-color: var(--pyos-color-light); } +/* -------------------------------------- +De-jumble header items. +See https://github.com/pydata/pydata-sphinx-theme/pull/1784 +*/ + +.bd-header .bd-header__inner { + padding: 0 1rem; +} + +.bd-header .navbar-item { + height: unset; + max-height: unset; +} + +@media (max-width: 960px) { + .bd-header .navbar-header-items { + flex-wrap: wrap; + row-gap: 0.5rem; + } +} + +.bd-header .navbar-header-items__end, +.bd-header .navbar-header-items__center, +.bd-header .navbar-header-items__start { + flex-flow: nowrap; +} + +.bd-header .navbar-header-items__start { + width: unset; +} + +.bd-header .navbar-header-items__center { + margin-right: 0.25em !important; +} + +.bd-header ul.navbar-nav { + flex-wrap: wrap; +} + /* -------------------------------------- */ /* Generated by https://gwfh.mranftl.com/ */ diff --git a/documentation/hosting-tools/intro.html b/documentation/hosting-tools/intro.html index 6a258810..83edab9e 100644 --- a/documentation/hosting-tools/intro.html +++ b/documentation/hosting-tools/intro.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/hosting-tools/myst-markdown-rst-doc-syntax.html b/documentation/hosting-tools/myst-markdown-rst-doc-syntax.html index 82ecb8b1..e8532123 100644 --- a/documentation/hosting-tools/myst-markdown-rst-doc-syntax.html +++ b/documentation/hosting-tools/myst-markdown-rst-doc-syntax.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/hosting-tools/publish-documentation-online.html b/documentation/hosting-tools/publish-documentation-online.html index f8ea8637..d429b937 100644 --- a/documentation/hosting-tools/publish-documentation-online.html +++ b/documentation/hosting-tools/publish-documentation-online.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/hosting-tools/sphinx-python-package-documentation-tools.html b/documentation/hosting-tools/sphinx-python-package-documentation-tools.html index 06cdd7fb..c3beb70a 100644 --- a/documentation/hosting-tools/sphinx-python-package-documentation-tools.html +++ b/documentation/hosting-tools/sphinx-python-package-documentation-tools.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/hosting-tools/website-hosting-optimizing-your-docs.html b/documentation/hosting-tools/website-hosting-optimizing-your-docs.html index 4c832216..9af5c981 100644 --- a/documentation/hosting-tools/website-hosting-optimizing-your-docs.html +++ b/documentation/hosting-tools/website-hosting-optimizing-your-docs.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/index.html b/documentation/index.html index b3dc90a2..dd533561 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/changelog-file.html b/documentation/repository-files/changelog-file.html index acf56169..15894e00 100644 --- a/documentation/repository-files/changelog-file.html +++ b/documentation/repository-files/changelog-file.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/code-of-conduct-file.html b/documentation/repository-files/code-of-conduct-file.html index 8aa08125..e108c87e 100644 --- a/documentation/repository-files/code-of-conduct-file.html +++ b/documentation/repository-files/code-of-conduct-file.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/contributing-file.html b/documentation/repository-files/contributing-file.html index 48053db2..4b0640e6 100644 --- a/documentation/repository-files/contributing-file.html +++ b/documentation/repository-files/contributing-file.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/development-guide.html b/documentation/repository-files/development-guide.html index df3f8e0a..e9bb6705 100644 --- a/documentation/repository-files/development-guide.html +++ b/documentation/repository-files/development-guide.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/intro.html b/documentation/repository-files/intro.html index 82cdc1ab..2e121dfc 100644 --- a/documentation/repository-files/intro.html +++ b/documentation/repository-files/intro.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/license-files.html b/documentation/repository-files/license-files.html index 2d25b158..3a9d20d2 100644 --- a/documentation/repository-files/license-files.html +++ b/documentation/repository-files/license-files.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/repository-files/readme-file-best-practices.html b/documentation/repository-files/readme-file-best-practices.html index 081ca14b..a1f82680 100644 --- a/documentation/repository-files/readme-file-best-practices.html +++ b/documentation/repository-files/readme-file-best-practices.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/write-user-documentation/create-package-tutorials.html b/documentation/write-user-documentation/create-package-tutorials.html index a481483c..0542f0e8 100644 --- a/documentation/write-user-documentation/create-package-tutorials.html +++ b/documentation/write-user-documentation/create-package-tutorials.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/write-user-documentation/document-your-code-api-docstrings.html b/documentation/write-user-documentation/document-your-code-api-docstrings.html index 9f1d92db..154f04d0 100644 --- a/documentation/write-user-documentation/document-your-code-api-docstrings.html +++ b/documentation/write-user-documentation/document-your-code-api-docstrings.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/write-user-documentation/get-started.html b/documentation/write-user-documentation/get-started.html index 92ef5546..397bff53 100644 --- a/documentation/write-user-documentation/get-started.html +++ b/documentation/write-user-documentation/get-started.html @@ -43,7 +43,7 @@ - + diff --git a/documentation/write-user-documentation/intro.html b/documentation/write-user-documentation/intro.html index 2fcd8ad2..a6359ff6 100644 --- a/documentation/write-user-documentation/intro.html +++ b/documentation/write-user-documentation/intro.html @@ -43,7 +43,7 @@ - + diff --git a/genindex.html b/genindex.html index 89759353..aeafded7 100644 --- a/genindex.html +++ b/genindex.html @@ -31,7 +31,7 @@ - + diff --git a/index.html b/index.html index 8af515e9..9a6721e5 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/code-style-linting-format.html b/package-structure-code/code-style-linting-format.html index 555b8c40..3193e4a5 100644 --- a/package-structure-code/code-style-linting-format.html +++ b/package-structure-code/code-style-linting-format.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/complex-python-package-builds.html b/package-structure-code/complex-python-package-builds.html index 517a3f72..c858ad88 100644 --- a/package-structure-code/complex-python-package-builds.html +++ b/package-structure-code/complex-python-package-builds.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/declare-dependencies.html b/package-structure-code/declare-dependencies.html index fa503b4e..fdbc0df5 100644 --- a/package-structure-code/declare-dependencies.html +++ b/package-structure-code/declare-dependencies.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/intro.html b/package-structure-code/intro.html index 65284566..fd1e994e 100644 --- a/package-structure-code/intro.html +++ b/package-structure-code/intro.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/publish-python-package-pypi-conda.html b/package-structure-code/publish-python-package-pypi-conda.html index 277084a7..1ce8bff2 100644 --- a/package-structure-code/publish-python-package-pypi-conda.html +++ b/package-structure-code/publish-python-package-pypi-conda.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/pyproject-toml-python-package-metadata.html b/package-structure-code/pyproject-toml-python-package-metadata.html index ccb4c3ac..fd8404a7 100644 --- a/package-structure-code/pyproject-toml-python-package-metadata.html +++ b/package-structure-code/pyproject-toml-python-package-metadata.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/python-package-build-tools.html b/package-structure-code/python-package-build-tools.html index bb1f80b8..1975a93c 100644 --- a/package-structure-code/python-package-build-tools.html +++ b/package-structure-code/python-package-build-tools.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/python-package-distribution-files-sdist-wheel.html b/package-structure-code/python-package-distribution-files-sdist-wheel.html index 6d04bda7..41d2b472 100644 --- a/package-structure-code/python-package-distribution-files-sdist-wheel.html +++ b/package-structure-code/python-package-distribution-files-sdist-wheel.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/python-package-structure.html b/package-structure-code/python-package-structure.html index d847ec29..18d13333 100644 --- a/package-structure-code/python-package-structure.html +++ b/package-structure-code/python-package-structure.html @@ -43,7 +43,7 @@ - + diff --git a/package-structure-code/python-package-versions.html b/package-structure-code/python-package-versions.html index bf9e74a6..7289f802 100644 --- a/package-structure-code/python-package-versions.html +++ b/package-structure-code/python-package-versions.html @@ -43,7 +43,7 @@ - + diff --git a/search.html b/search.html index 232a7c72..5b2acf6f 100644 --- a/search.html +++ b/search.html @@ -30,7 +30,7 @@ - + diff --git a/tests/index.html b/tests/index.html index 3cdb5e5e..8d894ca0 100644 --- a/tests/index.html +++ b/tests/index.html @@ -43,7 +43,7 @@ - + diff --git a/tests/run-tests.html b/tests/run-tests.html index d21c250b..13d8ae51 100644 --- a/tests/run-tests.html +++ b/tests/run-tests.html @@ -43,7 +43,7 @@ - + diff --git a/tests/test-types.html b/tests/test-types.html index d009bc4c..781490d9 100644 --- a/tests/test-types.html +++ b/tests/test-types.html @@ -43,7 +43,7 @@ - + diff --git a/tests/tests-ci.html b/tests/tests-ci.html index 67408f7e..b4265190 100644 --- a/tests/tests-ci.html +++ b/tests/tests-ci.html @@ -43,7 +43,7 @@ - + diff --git a/tests/write-tests.html b/tests/write-tests.html index d4862eb1..1cd3bb98 100644 --- a/tests/write-tests.html +++ b/tests/write-tests.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/add-license-coc.html b/tutorials/add-license-coc.html index 8a2c1797..43a74871 100644 --- a/tutorials/add-license-coc.html +++ b/tutorials/add-license-coc.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/add-readme.html b/tutorials/add-readme.html index f071dc81..0cbd0f5e 100644 --- a/tutorials/add-readme.html +++ b/tutorials/add-readme.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/command-line-reference.html b/tutorials/command-line-reference.html index 1f68bdb3..7cb071b7 100644 --- a/tutorials/command-line-reference.html +++ b/tutorials/command-line-reference.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/get-to-know-hatch.html b/tutorials/get-to-know-hatch.html index 29d4273b..6a4c1243 100644 --- a/tutorials/get-to-know-hatch.html +++ b/tutorials/get-to-know-hatch.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/installable-code.html b/tutorials/installable-code.html index 0950c5f6..e9daac3d 100644 --- a/tutorials/installable-code.html +++ b/tutorials/installable-code.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/intro.html b/tutorials/intro.html index cea6f6a3..83339e57 100644 --- a/tutorials/intro.html +++ b/tutorials/intro.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/publish-conda-forge.html b/tutorials/publish-conda-forge.html index 2005f01c..21135666 100644 --- a/tutorials/publish-conda-forge.html +++ b/tutorials/publish-conda-forge.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/publish-pypi.html b/tutorials/publish-pypi.html index 5557ccec..63eda811 100644 --- a/tutorials/publish-pypi.html +++ b/tutorials/publish-pypi.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/pyproject-toml.html b/tutorials/pyproject-toml.html index b4af2d1e..db59e1eb 100644 --- a/tutorials/pyproject-toml.html +++ b/tutorials/pyproject-toml.html @@ -43,7 +43,7 @@ - + diff --git a/tutorials/setup-py-to-pyproject-toml.html b/tutorials/setup-py-to-pyproject-toml.html index e3bed597..76698c54 100644 --- a/tutorials/setup-py-to-pyproject-toml.html +++ b/tutorials/setup-py-to-pyproject-toml.html @@ -43,7 +43,7 @@ - +