Skip to content

Commit bf2c206

Browse files
committed
fix: generating HTML for pydoc
1 parent 5c42939 commit bf2c206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
pip install sphinx==1.8.5 --user
154154
pip install sphinx_rtd_theme --user
155155
pip install jinja2==3.0.3 --user
156+
pip install myst_parser>=0.19.2--user
156157
cd docs
157158
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
158159
check-aws-lambda-layer:

0 commit comments

Comments
 (0)