Skip to content

Commit aea34df

Browse files
committed
packages: Add markdown parsing (myst_parser), remove recommonmark
1 parent 6846004 commit aea34df

File tree

2 files changed

+96
-35
lines changed

2 files changed

+96
-35
lines changed

poetry.lock

Lines changed: 93 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ colorama = ">=0.3.9"
4545
[tool.poetry.dev-dependencies]
4646
### Docs ###
4747
sphinx = "*"
48-
recommonmark = "^0.6.0"
4948
alagitpull = "~0.1.0"
5049
sphinx-issues = "^1.2.0"
5150
aafigure = ">=0.6"
5251
pillow = "*"
52+
sphinx-autodoc-typehints = "^1.12.0"
53+
myst_parser = "^0.15.0"
5354

5455
### Testing ###
5556
pytest = "*"
@@ -72,7 +73,7 @@ flake8 = "*"
7273
twine = "*"
7374

7475
[tool.poetry.extras]
75-
docs = ["sphinx", "recommonmark", "sphinx-issues", "alagitpull", "aafigure", "pillow"]
76+
docs = ["sphinx", "myst_parser", "sphinx-issues", "alagitpull", "sphinx-autodoc-typehints", "aafigure", "pillow"]
7677
test = ["pytest", "pytest-rerunfailures", "pytest-mock"]
7778
coverage = ["codecov", "coverage", "pytest-cov"]
7879
format = ["black", "isort"]

0 commit comments

Comments
 (0)