From 3dc4f479f77a842f14d63b06e865179f1ea02f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:13:02 +0000 Subject: [PATCH] chore(deps): update documentation dependencies to v0.8.0 --- docs/.sphinx/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 8d99f474..abb2269d 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -8,7 +8,7 @@ sphinxcontrib-jquery==4.1 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 sphinxext-opengraph==0.8.2 -sphinx-lint==0.6.8 +sphinx-lint==0.8.0 sphinx-notfound-page==1.0.0 sphinx-reredirects==0.1.2 sphinx-tabs==3.4.1 diff --git a/pyproject.toml b/pyproject.toml index 9781fef3..2c778d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0", "sphinxext-opengraph==0.8.2", - "sphinx-lint==0.6.8", + "sphinx-lint==0.8.0", "sphinx-notfound-page==1.0.0", "sphinx-reredirects==0.1.2", "sphinx-tabs==3.4.1",