summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2023-03-01 07:13:37 +0100
committerGitHub <noreply@github.com>2023-02-28 22:13:37 -0800
commit55cfe3b56e846d83cd9e66745aaf77b4da9532da (patch)
treeda1b645c64dfce9c24efd494168dd8524d7933a6 /.github/workflows
parente6b0062430ccc0bf264795f5466d344d183d81a4 (diff)
downloadnetworkx-55cfe3b56e846d83cd9e66745aaf77b4da9532da.tar.gz
Remove pdf latex builds of docs (#5572)
MAINT: Remove pdf latex builds of docs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy-docs.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index 859f3c20..dde6b8e8 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -22,8 +22,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install graphviz graphviz-dev
- sudo apt-get install texlive texlive-latex-extra latexmk texlive-xetex
- sudo apt-get install fonts-freefont-otf xindy
sudo apt-get install libspatialindex-dev
- name: Install packages
@@ -56,8 +54,6 @@ jobs:
run: |
export DISPLAY=:99
make -C doc/ html
- make -C doc/ latexpdf LATEXOPTS="-file-line-error -halt-on-error"
- cp -a doc/build/latex/networkx_reference.pdf doc/build/html/_downloads/.
- name: Deploy docs
if: github.ref == 'refs/heads/main'