From: JohnKeeney Date: Thu, 27 Apr 2023 09:00:18 +0000 (+0100) Subject: Fix RTD: bullet lists not rendering correctly X-Git-Tag: 2.6.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=628bd64bdc1a419721057dc84dc9794cdfa5da41;p=nonrtric%2Fplt%2Fa1policymanagementservice.git Fix RTD: bullet lists not rendering correctly Issue-ID: NONRTRIC-855 Change-Id: Iaebb6141dd43149ad4e90a414ad54fb7fb929984 Signed-off-by: JohnKeeney --- 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