Skip to content

Commit 7e322bb

Browse files
authored
📚⬆️: Update theme versions (#149)
1 parent 9dfaa9a commit 7e322bb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License Copyright (c) 2021 Chris Sewell
1+
MIT License Copyright (c) 2023 Chris Sewell
22

33
Permission is hereby granted, free
44
of charge, to any person obtaining a copy of this software and associated

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"repository_branch": "main",
4343
"path_to_docs": "docs",
4444
"home_page_in_toc": False,
45-
"logo_only": True,
4645
}
4746
if html_theme == "furo":
4847
html_css_files = [

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ Homepage = "https://github.com/executablebooks/sphinx-design"
3434
Documentation = "https://sphinx-design.readthedocs.io"
3535

3636
[project.optional-dependencies]
37-
code_style = ["pre-commit>=2.12,<4.0"]
37+
code_style = ["pre-commit>=3,<4"]
3838
rtd = ["myst-parser>=1,<3"]
3939
testing = [
4040
"myst-parser>=1,<3",
4141
"pytest~=7.1",
4242
"pytest-cov",
4343
"pytest-regressions",
4444
]
45-
theme_furo = ["furo>=2022.06.04,<2022.07"]
46-
theme_pydata = ["pydata-sphinx-theme~=0.9.0"]
45+
theme_furo = ["furo~=2023.7.0"]
46+
theme_pydata = ["pydata-sphinx-theme~=0.13.0"]
4747
theme_rtd = ["sphinx-rtd-theme~=1.0"]
48-
theme_sbt = ["sphinx-book-theme~=0.3.0"]
48+
theme_sbt = ["sphinx-book-theme~=1.0"]
4949

5050
[tool.flit.sdist]
5151
exclude = [

0 commit comments

Comments
 (0)