summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml7
-rw-r--r--.github/workflows/deploy-docs.yml4
2 files changed, 0 insertions, 11 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
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'