keystone/doc
Artem Goncharov 51045cc0dd Replace sphinxcontrib-*diag
As expected (and as done in lot of other OpenStack services) *blockdiag
and *seqdiag extensions stop working for us and we need to replace this
usage. Other services go directly to graphviz. Sadly sequence diagrams
doesn't look good, but there is no other alternative so far. It would be
nice if we would have mermaid allowed in global requirements, but that
tends to be a long process while we need an urgent solution (since
otherwise doc build is broken).

Change-Id: Ie5fc80d7e5506c8c426a289687acc6c7c30f5ebd
2024-11-19 20:45:53 +01:00
..
ext Replace support matrix ext with common library 2019-04-16 18:09:14 -07:00
source Replace sphinxcontrib-*diag 2024-11-19 20:45:53 +01:00
Makefile Align with project configs. 2012-03-01 11:42:42 -08:00
README.rst Fixes documentation building 2013-12-13 02:47:37 +00:00
requirements.txt Replace sphinxcontrib-*diag 2024-11-19 20:45:53 +01:00

Building Docs

Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:

$ tox -e docs

The documentation will be built at doc/build/.