Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set specific version of reportlab package #196

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/buildDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apt-get -y install git git-lfs rsync python3-stemmer python3-git python3-pip \
python3-virtualenv python3-setuptools zlib1g zlib1g-dev libjpeg-dev \
python3-pandas python3-matplotlib python3-seaborn

python3 -m pip install --upgrade docutils==0.16
python3 -m pip install --upgrade docutils==0.16 reportlab==3.6.8
python3 -m pip install --upgrade rinohtype Pygments myst_parser sphinx_tabs \
sphinx_rtd_theme sphinx rst2pdf sphinx-autoapi \
sphinx_gallery
Expand Down