commit | c0ba66642718e492979b43bad2b2fc1ba9d7a217 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 29 16:39:41 2025 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 29 16:39:41 2025 -0500 |
tree | f08ad07154361ad6b208d0da227d909ed441d8da | |
parent | 87820d5b0f2c222e067749709eb818edd20bd0c0 [diff] [blame] |
Add support for exchanging tokens in Keycloak Change-Id: Ie5d5bee36ece52aefd035013e8f946b1160e8c58
diff --git a/doc/source/conf.py b/doc/source/conf.py index 239e656..82c0c07 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py
@@ -20,9 +20,10 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - "sphinx_copybutton", "pbr.sphinxext", "reno.sphinxext", + "sphinx_copybutton", + "sphinxcontrib.mermaid", ] templates_path = ["_templates"]