diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-05-03 17:13:21 -0700 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-05-03 17:18:14 -0700 |
commit | 321bffe9dea925f5ea32bfc5d9b92689f23a0ff4 (patch) | |
tree | 7eb78fadca5b8abea9cda040b67da255f031921d /docs | |
parent | fc7cdf4af32a4ea6ffb0e1719650d8bb4e460185 (diff) |
Fix requirements
http://104.154.71.112:8080/job/releng-tox/2/console
Change-Id: Ib0db196259b454ce03ae9b9becd63fb255859847
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/overview.rst | 2 | ||||
-rw-r--r-- | docs/requirements.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/release/overview.rst b/docs/release/overview.rst index 3014da40f..6dd65cc79 100644 --- a/docs/release/overview.rst +++ b/docs/release/overview.rst @@ -72,7 +72,7 @@ The infrastructure working group oversees such topics as lab management, workflo definitions, metrics and tools for OPNFV infrastructure. Fundamental to the WG is the -`Pharos Specification <https://wiki.opnfv.org/display/pharos/Pharos+Specification>`_ +`Pharos Specification <http://artifacts.opnfv.org/pharos/docs/pharos-spec.html>`_ which provides a set of defined lab infrastructures over a geographically and technically diverse federated global OPNFV lab. diff --git a/docs/requirements.txt b/docs/requirements.txt index c67f212a7..c491f8142 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,3 +4,8 @@ sphinx==4.5.0 # BSD doc8==0.11.2 # Apache-2.0 piccolo-theme==0.16.0 # MIT +sphinxcontrib-devhelp===1.0.2 +sphinxcontrib-applehelp===1.0.2 +sphinxcontrib-htmlhelp===2.0.0 +sphinxcontrib-qthelp===1.0.3 +sphinxcontrib-serializinghtml===1.1.5 |