aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-10-11 11:57:31 +0100
committerliamfallon <liam.fallon@est.tech>2021-10-12 13:53:44 +0100
commit40f09542ef0fcbb652a96ac8bd3f691c5a72cc83 (patch)
tree1360a91aa1e1ee5d8866c32e87d55c6ae1de9296 /docs/conf.py
parent196eb6f1bb30ae7820815e3fa1e574da4e3d1554 (diff)
Fix warnings in PF documentation generation
Geeneration of documents in the Policy Framework issued many warnings, for example missing links, hanging references, unreferenced pages and missing swagger, as well as bad formatting for code blocks. This commit cleans up all the warnings. Issue-ID: POLICY-3337 Change-Id: I20db6ff76cfb58a603317f5faf20c7479b77c13b Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8f01b443..ba98978d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -116,6 +116,5 @@ linkcheck_ignore = [
html_last_updated_fmt = '%d-%b-%y %H:%M'
-
def setup(app):
app.add_css_file("css/ribbon.css")