From 7fe90737fe73e319ea1b5f9d7248b8d72a4abdf4 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 1 Nov 2022 13:27:14 +0000 Subject: Fix doc config files and dead links in Kohn Documentation config fixed as instructed. Configuration files have been copied from examples provided by the documentation project. Dead links are fixed as well, they cause build fails now. Issue-ID: POLICY-4426 Change-Id: Idc3c054985d9782557de005939908ba2021c4a1a Signed-off-by: liamfallon --- docs/_static/css/ribbon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_static/css/ribbon.css') diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1a..afb9480d 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } -- cgit 1.2.3-korg