Skip to content

Commit

Permalink
remove latex installation step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhirwa committed Mar 20, 2024
1 parent 0c35ff9 commit ecdbbce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Install Texlive & tree
run: |
sudo apt-get update --fix-missing
# install Texlive, see https://linuxconfig.org/how-to-install-latex-on-ubuntu-20-04-focal-fossa-linux
sudo apt-get install -y cmake tree pandoc texlive-latex-extra dvipng texlive-pictures
sudo apt-get install -y cmake tree pandoc
- name: Install dependencies
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- name: Install dependencies
run: |
mkdir -p ${PATH_DATASETS}
# install Texlive, see https://linuxconfig.org/how-to-install-latex-on-ubuntu-20-04-focal-fossa-linux
sudo apt-get update
sudo apt-get install -y cmake pandoc
sudo apt-get install -y texlive-latex-extra dvipng texlive-pictures
pip --version
pip install --quiet --requirement _requirements/docs.txt
pip list
Expand Down
1 change: 0 additions & 1 deletion _docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.napoleon",
"sphinx.ext.imgmath",
"sphinx.ext.githubpages",
"nbsphinx",
"myst_parser",
Expand Down

0 comments on commit ecdbbce

Please sign in to comment.