Fix RTD: bullet lists not rendering correctly 94/10994/2
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 09:00:18 +0000 (10:00 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:14:27 +0000 (14:14 +0100)
Issue-ID: NONRTRIC-855
Change-Id: Iaebb6141dd43149ad4e90a414ad54fb7fb929984
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/index.rst
docs/requirements-docs.txt
pom.xml
tox.ini

index ce78112..0b5d96a 100644 (file)
@@ -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
index 692a79f..f266a10 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
                                         <cleanup>try</cleanup>
                                         <contextDir>${basedir}</contextDir>
                                         <dockerFile>Dockerfile</dockerFile>
+                                        <filter>false</filter>
                                         <args>
                                             <JAR>${project.build.finalName}.jar</JAR>
                                         </args>
                                     <build>
                                         <contextDir>${basedir}</contextDir>
                                         <dockerFile>Dockerfile</dockerFile>
+                                        <filter>false</filter>
                                         <args>
                                             <JAR>${project.build.finalName}.jar</JAR>
                                         </args>
diff --git a/tox.ini b/tox.ini
index 2705e16..00dd3b8 100644 (file)
--- 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