Skip to content

Commit

Permalink
馃摎猬嗭笍: Update theme versions (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 27, 2023
1 parent 9dfaa9a commit 7e322bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Expand Up @@ -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 = [
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -34,18 +34,18 @@ 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",
"pytest~=7.1",
"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 = [
Expand Down

0 comments on commit 7e322bb

Please sign in to comment.