From 7e322bb90e32cf7a3dec150e51448660ee438696 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 27 Jul 2023 13:56:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=E2=AC=86=EF=B8=8F:=20Update=20them?= =?UTF-8?q?e=20versions=20(#149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- docs/conf.py | 1 - pyproject.toml | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 0cf2de0..d6bd96e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License Copyright (c) 2021 Chris Sewell +MIT License Copyright (c) 2023 Chris Sewell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/docs/conf.py b/docs/conf.py index bf22c90..1f3d28b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,6 @@ "repository_branch": "main", "path_to_docs": "docs", "home_page_in_toc": False, - "logo_only": True, } if html_theme == "furo": html_css_files = [ diff --git a/pyproject.toml b/pyproject.toml index 6008c5b..703ebfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Homepage = "https://github.com/executablebooks/sphinx-design" Documentation = "https://sphinx-design.readthedocs.io" [project.optional-dependencies] -code_style = ["pre-commit>=2.12,<4.0"] +code_style = ["pre-commit>=3,<4"] rtd = ["myst-parser>=1,<3"] testing = [ "myst-parser>=1,<3", @@ -42,10 +42,10 @@ testing = [ "pytest-cov", "pytest-regressions", ] -theme_furo = ["furo>=2022.06.04,<2022.07"] -theme_pydata = ["pydata-sphinx-theme~=0.9.0"] +theme_furo = ["furo~=2023.7.0"] +theme_pydata = ["pydata-sphinx-theme~=0.13.0"] theme_rtd = ["sphinx-rtd-theme~=1.0"] -theme_sbt = ["sphinx-book-theme~=0.3.0"] +theme_sbt = ["sphinx-book-theme~=1.0"] [tool.flit.sdist] exclude = [