From b330909a9cd40ca7d2bd7b2ca6dc656179212e08 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Wed, 22 Mar 2023 13:51:58 +0100 Subject: [PATCH] don't use -M with sphinx-build --- build-docs.sh | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-docs.sh b/build-docs.sh index 00eede5..17ba3cb 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -5,4 +5,4 @@ python docs/dump-openapi-spec.py # ... and install dot on the system # python docs/render_db_diagrams.py -sphinx-build -M html docs/source docs/build +sphinx-build -b html docs/source docs/build diff --git a/tox.ini b/tox.ini index a4ce0c0..84f9ddf 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ commands = # pip install -r docs/requirements-er.txt # ... and install dot on the system # python docs/render_db_diagrams.py - sphinx-build -M html docs/source docs/build + sphinx-build -b html docs/source docs/build -- GitLab