From fde0a14955b8e9b4db84cd886a035d7ea4ede75c Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Wed, 22 Mar 2023 08:48:11 +0100 Subject: [PATCH] added a script with all commands for building docs --- build-docs.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 build-docs.sh diff --git a/build-docs.sh b/build-docs.sh new file mode 100755 index 0000000..00eede5 --- /dev/null +++ b/build-docs.sh @@ -0,0 +1,8 @@ +python docs/dump-openapi-spec.py + +# to render the diagrams: +# 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 -- GitLab