Skip to content

Commit d9f7b4b

Browse files
author
Malcolm Williams
committed
Replace recommonmark with myst-parser in docs
1 parent 2e9d66f commit d9f7b4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sphinx.ext.coverage",
4848
"sphinx.ext.ifconfig",
4949
"sphinx.ext.viewcode",
50-
"recommonmark",
50+
"myst_parser",
5151
]
5252

5353
# Add any paths that contain templates here, relative to this directory.

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiounittest
66
flake8
77
wheel>=0.22.0
88
cryptography
9-
recommonmark
9+
myst-parser
1010
django
1111
multidict
1212
pyngrok

0 commit comments

Comments
 (0)