Merge pull request #371 from jazzband/dependabot/pip/sphinx-rtd-theme-1.2.2

chore(deps): bump sphinx-rtd-theme from 1.2.1 to 1.2.2
This commit is contained in:
Mike 2023-06-15 20:05:03 -07:00 committed by GitHub
commit 870ea499f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
poetry.lock generated
View file

@ -1837,7 +1837,7 @@ gitlab = ["python-gitlab (>=1.3.0)"]
name = "setuptools"
version = "67.2.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@ -1956,20 +1956,20 @@ type-comment = ["typed-ast (>=1.5.4)"]
[[package]]
name = "sphinx-rtd-theme"
version = "1.2.1"
version = "1.2.2"
description = "Read the Docs theme for Sphinx"
category = "main"
optional = true
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
{file = "sphinx_rtd_theme-1.2.1-py2.py3-none-any.whl", hash = "sha256:2cc9351176cbf91944ce44cefd4fab6c3b76ac53aa9e15d6db45a3229ad7f866"},
{file = "sphinx_rtd_theme-1.2.1.tar.gz", hash = "sha256:cf9a7dc0352cf179c538891cb28d6fad6391117d4e21c891776ab41dd6c8ff70"},
{file = "sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl", hash = "sha256:6a7e7d8af34eb8fc57d52a09c6b6b9c46ff44aea5951bc831eeb9245378f3689"},
{file = "sphinx_rtd_theme-1.2.2.tar.gz", hash = "sha256:01c5c5a72e2d025bd23d1f06c59a4831b06e6ce6c01fdd5ebfe9986c0a880fc7"},
]
[package.dependencies]
docutils = "<0.19"
sphinx = ">=1.6,<7"
sphinxcontrib-jquery = {version = ">=2.0.0,<3.0.0 || >3.0.0", markers = "python_version > \"3\""}
sphinxcontrib-jquery = ">=4,<5"
[package.extras]
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"]
@ -2024,18 +2024,18 @@ test = ["html5lib", "pytest"]
[[package]]
name = "sphinxcontrib-jquery"
version = "2.0.0"
version = "4.1"
description = "Extension to include jQuery on newer Sphinx releases"
category = "main"
optional = true
python-versions = ">=2.7"
files = [
{file = "sphinxcontrib-jquery-2.0.0.tar.gz", hash = "sha256:8fb65f6dba84bf7bcd1aea1f02ab3955ac34611d838bcc95d4983b805b234daa"},
{file = "sphinxcontrib_jquery-2.0.0-py3-none-any.whl", hash = "sha256:ed47fa425c338ffebe3c37e1cdb56e30eb806116b85f01055b158c7057fdb995"},
{file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"},
{file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"},
]
[package.dependencies]
setuptools = "*"
Sphinx = ">=1.8"
[[package]]
name = "sphinxcontrib-jsmath"