File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- MIT License Copyright (c) 2021 Chris Sewell
1+ MIT License Copyright (c) 2023 Chris Sewell
22
33Permission is hereby granted, free
44of charge, to any person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change 4242 "repository_branch" : "main" ,
4343 "path_to_docs" : "docs" ,
4444 "home_page_in_toc" : False ,
45- "logo_only" : True ,
4645 }
4746if html_theme == "furo" :
4847 html_css_files = [
Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ Homepage = "https://github.com/executablebooks/sphinx-design"
3434Documentation = " 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" ]
3838rtd = [" myst-parser>=1,<3" ]
3939testing = [
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" ]
4747theme_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 ]
5151exclude = [
You can’t perform that action at this time.
0 commit comments