From 628bd64bdc1a419721057dc84dc9794cdfa5da41 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 27 Apr 2023 10:00:18 +0100 Subject: [PATCH] Fix RTD: bullet lists not rendering correctly Issue-ID: NONRTRIC-855 Change-Id: Iaebb6141dd43149ad4e90a414ad54fb7fb929984 Signed-off-by: JohnKeeney --- docs/index.rst | 6 +++--- docs/requirements-docs.txt | 2 +- pom.xml | 2 ++ tox.ini | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index ce78112..0b5d96a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,9 +1,9 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2021 Nordix +.. Copyright (C) 2023 Nordix -Non-RT RIC A1 Policy Managent Service -===================================== +Non-RT RIC A1 Policy Management Service +======================================= .. toctree:: :maxdepth: 2 diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 692a79f..f266a10 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,7 +1,7 @@ tox Sphinx doc8 -docutils +docutils < 0.17 setuptools six sphinx_rtd_theme diff --git a/pom.xml b/pom.xml index da6b1ec..e4dbc87 100644 --- a/pom.xml +++ b/pom.xml @@ -274,6 +274,7 @@ try ${basedir} Dockerfile + false ${project.build.finalName}.jar @@ -301,6 +302,7 @@ ${basedir} Dockerfile + false ${project.build.finalName}.jar diff --git a/tox.ini b/tox.ini index 2705e16..00dd3b8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3 -- 2.16.6