Skip to content

Commit

Permalink
ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojo committed Aug 3, 2023
1 parent 4cb374e commit 4507caa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
container: ros:iron
steps:
- name: Install latex and pip
run: sudo apt update && sudo apt install -y texlive texlive-latex-extra texlive-plain-generic python3-pip make ghostscript imagemagick
run: sudo apt update && sudo apt install -y texlive texlive-latex-extra texlive-plain-generic python3-pip make ghostscript imagemagick python3-typing-extensions python3-networkx python3-matplotlib
- name: Install sphinx
run: pip install --upgrade sphinx~=7.0
run: pip install --upgrade sphinx~=7.0 deepdiff jsonschema
- name: Adjust imagemagick security policy to allow PDF -> PNG conversion
run: sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
- name: Check out repository code
Expand All @@ -38,6 +38,9 @@ jobs:
. ./install/setup.sh
cd docs
make -j$(nproc) html
ls -lah _build
ls -lah _build/html
pwd
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_static_path = ['_static']

0 comments on commit 4507caa

Please sign in to comment.