From 4b1854199299d8e99e694e147ea143b02dbe67af Mon Sep 17 00:00:00 2001 From: Zack Williams Date: Thu, 3 Jul 2025 14:05:00 -0700 Subject: [PATCH] Update python dependencies to currently available - Remove indirect dependencies - Only display github build status svg banner in README.rst in HTML output (otherwise `make latexpdf` build fails) - Makefile cleanup --- Makefile | 6 +++--- README.rst | 10 +++++----- requirements.txt | 12 +++++------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index f029d3a..ae457cf 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ # use bash for pushd/popd, and to fail quickly. virtualenv's activate # has undefined variables, so no -u -SHELL = bash -e -o pipefail +SHELL = bash -eu -o pipefail # You can set these variables from the command line. -SPHINXOPTS ?= +SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SOURCEDIR ?= . BUILDDIR ?= _build @@ -45,5 +45,5 @@ clean-all: clean # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: $(VIRTUALENV) Makefile - source ./$