Skip to content

Commit

Permalink
UPGRADE: Sphinx 6.x. (#106)
Browse files Browse the repository at this point in the history
* 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 <choldgraf@berkeley.edu>
Co-authored-by: Chris Holdgraf <choldgraf@gmail.com>
  • Loading branch information
3 people committed Apr 6, 2023
1 parent c471d0e commit f9a6931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ classifiers = [
]
keywords = ["sphinx", "extension", "material design", "web components"]
requires-python = ">=3.7"
dependencies = ["sphinx>=4,<6"]
dependencies = ["sphinx>=4,<7"]

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

[project.optional-dependencies]
code_style = ["pre-commit~=2.12"]
rtd = ["myst-parser~=0.18.0"]
rtd = ["myst-parser>=0.18.0,<2"]
testing = [
"myst-parser~=0.18.0",
"myst-parser>=0.18.0,<2",
"pytest~=7.1",
"pytest-cov",
"pytest-regressions",
Expand Down

0 comments on commit f9a6931

Please sign in to comment.