Skip to content

Commit

Permalink
Build_docs: more asciidoctor gems
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Dec 7, 2023
1 parent 334a5a8 commit ec11fdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_docs/linuxdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ if [ "$skippackagesoption" != "yes" ]; then
sudo gem install css_parser --version 1.12.0 # 1.12.0 from 2022 still supports ruby 2.5. Continue to use until ~2024.
sudo gem install asciidoctor --version 2.0.17
sudo gem install asciidoctor-pdf --version 2.3.4
sudo gem install asciidoctor-diagram --version 2.2.14
sudo gem install asciidoctor-multipage --version 0.0.18
sudo pip3 install docutils
# which library is using rapidxml
# wget -O rapidxml.zip http://sourceforge.net/projects/rapidxml/files/latest/download
Expand Down
2 changes: 2 additions & 0 deletions build_docs/macosdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ if [ "$skippackagesoption" != "yes" ]; then
sudo gem install css_parser --version 1.12.0 # 1.12.0 from 2022 still supports ruby 2.5. Continue to use until ~2024.
sudo gem install asciidoctor --version 2.0.17
sudo gem install asciidoctor-pdf --version 2.3.4
sudo gem install asciidoctor-diagram --version 2.2.14
sudo gem install asciidoctor-multipage --version 0.0.18
pip3 install docutils --user
# which library is using rapidxml
# wget -O rapidxml.zip http://sourceforge.net/projects/rapidxml/files/latest/download
Expand Down
2 changes: 2 additions & 0 deletions build_docs/windowsdocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ if ( -Not ${skip-packages} ) {
gem install css_parser --version 1.12.0 # 1.12.0 from 2022 still supports ruby 2.5. Continue to use until ~2024.
gem install asciidoctor --version 2.0.17
gem install asciidoctor-pdf --version 2.3.4
gem install asciidoctor-diagram --version 2.2.14
gem install asciidoctor-multipage --version 0.0.18
pip3 install docutils
wget -O rapidxml.zip http://sourceforge.net/projects/rapidxml/files/latest/download
unzip -n -d rapidxml rapidxml.zip
Expand Down

0 comments on commit ec11fdd

Please sign in to comment.