Skip to content

Commit

Permalink
fix: generating HTML for pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Feb 1, 2024
1 parent 5c42939 commit bf2c206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
pip install sphinx==1.8.5 --user
pip install sphinx_rtd_theme --user
pip install jinja2==3.0.3 --user
pip install myst_parser>=0.19.2--user
cd docs
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
check-aws-lambda-layer:
Expand Down

0 comments on commit bf2c206

Please sign in to comment.