3 Commits

Author SHA1 Message Date
Clark Boylan
eb8826b605 Replace blockdiag and seqdiag with graphviz in docs
blockdiag, seqdiag and their associated sphinx extension are no longer
maintained. This wasn't an issue until the version of Pillow we need for
blockdiag/seqdiag stopped having wheels built for python3.12 and we
moved our default build env to python3.12. The good news is that sphinx
has a built in graphviz extension which should be well maintained that
we can switch to.

To make that switch we do need to install graphviz for the `dot` command
instead of libjpeg-dev since graphviz isn't a native python tool. But
this tradeoff seems reasonable since this software is maintained.

Change-Id: I60ba6235fcfc28508ce10bb60854c0dc62705e0c
2024-09-23 18:30:26 -07:00
James E. Blair
b4f2e640d9 Document the OpenDev docker image jobs
Change-Id: I4d3a7156fb3275049e58c535a2a1beee13e17766
2019-03-15 08:39:14 -07:00
Andreas Jaeger
dc08b526f6 Add docs
Add documents to document roles and jobs and a job to test these.

These are not published yet since I don't know where to publish them
currently. Let's add them so that we can ensure that no breakage is
introduced.

Change-Id: I013ab998aba182a29ff4345c975b332406b1a197
2019-02-09 11:42:05 +01:00