summaryrefslogtreecommitdiffstats
path: root/admin/build-doc
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2020-11-19 09:01:15 +0100
committerKefu Chai <kchai@redhat.com>2020-11-19 10:00:29 +0100
commitcc5864234e53279118d04e2c784704fbe26ef542 (patch)
tree9ae1474091f0e3a4f03410d597cf640a83837ac9 /admin/build-doc
parentdoc/script/gen_state_diagram: add "output" parameter to emit_dot() (diff)
downloadceph-cc5864234e53279118d04e2c784704fbe26ef542.tar.xz
ceph-cc5864234e53279118d04e2c784704fbe26ef542.zip
doc: generate peering graph in conf.py
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'admin/build-doc')
-rwxr-xr-xadmin/build-doc2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/build-doc b/admin/build-doc
index f52f17bb668..52e9086bff1 100755
--- a/admin/build-doc
+++ b/admin/build-doc
@@ -48,8 +48,6 @@ fi
# for availability of commands
set -e
-cat $TOPDIR/src/osd/PeeringState.h $TOPDIR/src/osd/PeeringState.cc | $TOPDIR/doc/scripts/gen_state_diagram.py > $TOPDIR/doc/dev/peering_graph.generated.dot
-
cd build-doc
[ -z "$vdir" ] && vdir="$TOPDIR/build-doc/virtualenv"