From 186046df911d24eaa6c9dff17951e41097f34442 Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Tue, 21 Nov 2023 17:20:39 +0100 Subject: [PATCH] add private method _run_playbook_proc to documentation --- build-docs.sh | 4 ++++ docs/source/module/playbook.rst | 1 + 2 files changed, 5 insertions(+) diff --git a/build-docs.sh b/build-docs.sh index 51ebd82..1e935be 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -1,3 +1,7 @@ +#!/bin/sh +set -o errexit +set -o nounset + pip install -r requirements.txt pip install -e . diff --git a/docs/source/module/playbook.rst b/docs/source/module/playbook.rst index 1219c80..7a9bd43 100644 --- a/docs/source/module/playbook.rst +++ b/docs/source/module/playbook.rst @@ -3,4 +3,5 @@ .. automodule:: lso.playbook :members: + :private-members: :show-inheritance: -- GitLab