Merge "Set default branch=istanbul in .gitreview" into istanbul
authorWilliam Reehil <william.reehil@att.com>
Mon, 25 Oct 2021 14:42:27 +0000 (14:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 25 Oct 2021 14:42:27 +0000 (14:42 +0000)
docs/conf.py
docs/release-notes.rst
docs/requirements-docs.txt
docs/tox.ini

index 5371015..d211470 100644 (file)
@@ -12,4 +12,4 @@ intersphinx_mapping = {}
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
 def setup(app):
-    app.add_stylesheet("css/ribbon.css")
+    app.add_css_file("css/ribbon.css")
index ad205e4..dd86e49 100644 (file)
@@ -126,7 +126,7 @@ For more information on the ONAP Honolulu release, please see:
 Version: 7.0.1
 --------------
 
-:Release Date: 2021-05-10 (TBD)
+:Release Date: 2021-05-10
 
 The R7 Guilin maintenance release of ONAP A&AI just addressed some bug fixes and certificate updates
 
index b3188dd..74a3b7a 100644 (file)
@@ -1,15 +1 @@
-tox
-Sphinx
-doc8
-docutils
-setuptools
-six
-sphinx_rtd_theme>=0.4.3
-sphinxcontrib-blockdiag
-sphinxcontrib-needs>=0.2.3
-sphinxcontrib-nwdiag
-sphinxcontrib-seqdiag
-sphinxcontrib-swaggerdoc
-sphinxcontrib-plantuml
-sphinx_bootstrap_theme
 lfdocs-conf
index edac8c3..bf9bc51 100644 (file)
@@ -5,7 +5,10 @@ skipsdist = true
 
 [testenv:docs]
 basepython = python3
-deps = -r{toxinidir}/requirements-docs.txt
+deps =
+    -r{toxinidir}/requirements-docs.txt
+    -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul
+    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
     echo "Generated docs available in {toxinidir}/_build/html"