From f646f98b1cdc479740e745be3b4389023ac2e69d Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 12 Apr 2023 14:44:52 +0100 Subject: Fix doc issue Signed-off-by: Vasyl Razinkov Change-Id: I8a45e58fe039f4d1189b7e17b45e7a185bb63320 Issue-ID: SDC-4467 --- docs/_static/css/ribbon.css | 2 +- docs/conf.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 docs/conf.yaml 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; } diff --git a/docs/conf.yaml b/docs/conf.yaml deleted file mode 100644 index ab592813..00000000 --- a/docs/conf.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -project_cfg: onap -project: onap - -# Change this to ReleaseBranchName to modify the header -default-version: latest -# -- cgit 1.2.3-korg