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
2
2
3
3
Permission is hereby granted, free
4
4
of charge, to any person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change 42
42
"repository_branch" : "main" ,
43
43
"path_to_docs" : "docs" ,
44
44
"home_page_in_toc" : False ,
45
- "logo_only" : True ,
46
45
}
47
46
if html_theme == "furo" :
48
47
html_css_files = [
Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ Homepage = "https://github.com/executablebooks/sphinx-design"
34
34
Documentation = " https://sphinx-design.readthedocs.io"
35
35
36
36
[project .optional-dependencies ]
37
- code_style = [" pre-commit>=2.12 ,<4.0 " ]
37
+ code_style = [" pre-commit>=3 ,<4" ]
38
38
rtd = [" myst-parser>=1,<3" ]
39
39
testing = [
40
40
" myst-parser>=1,<3" ,
41
41
" pytest~=7.1" ,
42
42
" pytest-cov" ,
43
43
" pytest-regressions" ,
44
44
]
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" ]
47
47
theme_rtd = [" sphinx-rtd-theme~=1.0" ]
48
- theme_sbt = [" sphinx-book-theme~=0.3 .0" ]
48
+ theme_sbt = [" sphinx-book-theme~=1 .0" ]
49
49
50
50
[tool .flit .sdist ]
51
51
exclude = [
You can’t perform that action at this time.
0 commit comments