From daebb3a2ae4e028f3557296cc73579da478df7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Darm=C3=BCntzel?= Date: Tue, 26 Dec 2023 19:28:32 +0100 Subject: [PATCH 1/3] docs: fix length of underline. --- docs/source/contents/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contents/setup.rst b/docs/source/contents/setup.rst index 89f9d295..522c9851 100644 --- a/docs/source/contents/setup.rst +++ b/docs/source/contents/setup.rst @@ -243,7 +243,7 @@ setting:: SAML_CONFIG_LOADER = 'python.path.to.your.callable' Bearer Assertion Replay Attack Prevention -================================== +========================================= In SAML standard doc, section 4.1.4.5 it states The service provider MUST ensure that bearer assertions are not replayed, by maintaining the set of used ID values for the length of time for which the assertion would be considered valid based on the NotOnOrAfter attribute in the From 037d21393f17caf7bd2361be2f77551b63be8c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Darm=C3=BCntzel?= Date: Tue, 26 Dec 2023 19:30:23 +0100 Subject: [PATCH 2/3] docs: fixes an error during doc compilation Building the docs raises an error: UndefinedError("'logo' is undefined"). This fix checks if logo is defined. --- docs/source/_templates/pplnx_template/layout.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/_templates/pplnx_template/layout.html b/docs/source/_templates/pplnx_template/layout.html index 1bca49b8..6a0c2fe5 100644 --- a/docs/source/_templates/pplnx_template/layout.html +++ b/docs/source/_templates/pplnx_template/layout.html @@ -44,9 +44,11 @@ {% block mobile_nav %} + {% if logo %} - - + + + {% endif %} {{ project }} From e495dde84951c83262b8ae63025ff80fbb78ed51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Darm=C3=BCntzel?= Date: Tue, 26 Dec 2023 19:46:36 +0100 Subject: [PATCH 3/3] docs: fix typography. --- docs/source/contents/setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/contents/setup.rst b/docs/source/contents/setup.rst index 522c9851..e28abf47 100644 --- a/docs/source/contents/setup.rst +++ b/docs/source/contents/setup.rst @@ -202,13 +202,13 @@ see AARC Blueprint specs `here