Skip to content

Commit

Permalink
Update build_doc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kegl authored Aug 22, 2022
1 parent 37e935a commit c0d2f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_tools/circle/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ conda update --yes --quiet conda
conda create --name testenv python=3.8
source activate testenv
pip install -r requirements.txt --progress-bar off
pip install "jinja2<3.1.0"
pip install "sphinx<4.0" sphinx_rtd_theme --progress-bar off
pip install sphinx-gallery sphinx-click
pip install numpydoc
Expand Down

0 comments on commit c0d2f11

Please sign in to comment.