Skip to content

Commit f9a6931

Browse files
marxincholdgraf
andauthored
UPGRADE: Sphinx 6.x. (#106)
* Support Sphinx 6.x. * Update myst-parser to 1.0 Updating to myst 1.0 so that we no longer pin Sphinx * Apply suggestions from code review --------- Co-authored-by: Chris Holdgraf <[email protected]> Co-authored-by: Chris Holdgraf <[email protected]>
1 parent c471d0e commit f9a6931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ classifiers = [
2727
]
2828
keywords = ["sphinx", "extension", "material design", "web components"]
2929
requires-python = ">=3.7"
30-
dependencies = ["sphinx>=4,<6"]
30+
dependencies = ["sphinx>=4,<7"]
3131

3232
[project.urls]
3333
Homepage = "https://github.com/executablebooks/sphinx-design"
3434
Documentation = "https://sphinx-design.readthedocs.io"
3535

3636
[project.optional-dependencies]
3737
code_style = ["pre-commit~=2.12"]
38-
rtd = ["myst-parser~=0.18.0"]
38+
rtd = ["myst-parser>=0.18.0,<2"]
3939
testing = [
40-
"myst-parser~=0.18.0",
40+
"myst-parser>=0.18.0,<2",
4141
"pytest~=7.1",
4242
"pytest-cov",
4343
"pytest-regressions",

0 commit comments

Comments
 (0)