Skip to content

Commit 5646a95

Browse files
committed
removed myst-parser pin from RTD conda env
The historical pin of myst-parser=~1.0 prevents modern sphinx>=7 and fails on RTD. Letting myst-parser to float freely does not affect local builds. The package is not listed in pyproject.toml so should not adversely affect downstream users.
1 parent e9ea575 commit 5646a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- nbconvert
1515
- ipykernel
1616
- autodoc-pydantic
17-
- myst-parser~=1.0
17+
- myst-parser
1818
- pandoc
1919
- wheel
2020
- sphinx-autobuild

0 commit comments

Comments
 (0)