summaryrefslogtreecommitdiff
path: root/.circleci
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 /.circleci
parente6b0062430ccc0bf264795f5466d344d183d81a4 (diff)
downloadnetworkx-55cfe3b56e846d83cd9e66745aaf77b4da9532da.tar.gz
Remove pdf latex builds of docs (#5572)
MAINT: Remove pdf latex builds of docs
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 46398533..be5f7e0e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,11 +20,6 @@ jobs:
sudo apt-get install graphviz libgraphviz-dev
- run:
- name: Install TeX
- command: |
- sudo apt-get install texlive texlive-latex-extra latexmk texlive-xetex fonts-freefont-otf xindy
-
- - run:
name: Install pysal dependencies
command: |
sudo apt-get install libspatialindex-dev
@@ -63,8 +58,6 @@ jobs:
export OMP_NUM_THREADS=1
source venv/bin/activate
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/.
- store_artifacts:
path: doc/build/html