Fix RTD: bullet lists not rendering correctly 96/10996/2 1.3.0
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 09:06:20 +0000 (10:06 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:20:24 +0000 (14:20 +0100)
Issue-ID: NONRTRIC-855
Change-Id: I1a767b0eac9c850f74f54bfaa0ea14eeedaee6bc
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/overview.rst
docs/requirements-docs.txt
tox.ini

index 88a2606..a002cef 100644 (file)
@@ -182,7 +182,7 @@ This schema will be registered when the configured dataType is "pmData".
 This will extend the filtering capabilities so that a special filter for PM data can be used. Here it is possible to
 define which meas-types (counters) to get from which resources.
 
-"It is possible to both filter on new data that is collected from the traffical nodes and to query from data that is already collected.
+"It is possible to both filter on new data that is collected from the traffic-handling nodes and to query from data that is already collected.
 
 The filterType parameter is extended to allow value "pmdata" which can be used for PM data filtering.
 
@@ -197,7 +197,7 @@ The filterType parameter is extended to allow value "pmdata" which can be used f
   Example, for a distinguished name "ManagedElement=RNC-Gbg-1,ENodeBFunction=1", the MO class will be "ENodeBFunction".
 * pmRopStartTime gives a possibility to query from already collected PM files. The start file is the time from when the information shall be returned.
   In this case, the query is only done for files from the given "sourceNames".
-  If this parameter is excluded, only "new" reports will be delivered as they are collected from the traffical nodes.
+  If this parameter is excluded, only "new" reports will be delivered as they are collected from the traffic-handling nodes.
 
 All PM filter properties are optional and a non given will result in "match all" (except the pmRopStartTime).
 
@@ -231,7 +231,7 @@ Below follows an example of a PM filter.
 
 
 Here is an example of a filter that will
-match two counters from all cells in two traffical nodes.
+match two counters from all cells in two traffic-handling nodes.
 
 .. code-block:: javascript
 
index 692a79f..f266a10 100644 (file)
@@ -1,7 +1,7 @@
 tox
 Sphinx
 doc8
-docutils
+docutils < 0.17
 setuptools
 six
 sphinx_rtd_theme
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