Skip to content

Commit

Permalink
Build_docs: use sudo when installing pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Dec 6, 2023
1 parent 1cdb8c9 commit 334a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docs/linuxdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if [ "$skippackagesoption" != "yes" ]; then
pip3 install --user https://github.com/bfgroup/jam_pygments/archive/master.zip
pip3 install --user Jinja2==3.1.2
pip3 install --user MarkupSafe==2.1.1
gem install pygments.rb --version 2.3.0
sudo gem install pygments.rb --version 2.3.0
pip3 install --user Pygments==2.13.0
sudo gem install rouge --version 4.0.0
pip3 install --user Sphinx==5.2.1
Expand Down

0 comments on commit 334a5a8

Please sign in to comment.