[docs] Fix docs to pass rtd jobs 03/70203/2
authorEmma Foley <efoley@redhat.com>
Fri, 22 May 2020 17:14:24 +0000 (13:14 -0400)
committerEmma Foley <efoley@redhat.com>
Fri, 22 May 2020 17:26:13 +0000 (13:26 -0400)
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I8351e3defe15cd699a629bc3f78ecd074f0d9dd0

docs/release/userguide/installguide.docker.rst
tox.ini

index f3b889e..d1f5564 100644 (file)
@@ -153,6 +153,7 @@ Replace <username> above with an appropriate user name.
 
         Retrieving key from https://download.docker.com/linux/centos/gpg
         Importing GPG key 0x621E9F35:
+.. ::
          Userid     : "Docker Release (CE rpm) <docker@docker.com>"
          Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
          From       : https://download.docker.com/linux/centos/gpg
@@ -986,8 +987,8 @@ Run DMA docker image with default configuration
 
 References
 ^^^^^^^^^^
-.. [1] https://docs.docker.com/engine/admin/systemd/#httphttps-proxy
-.. [2] https://docs.docker.com/engine/installation/linux/docker-ce/centos/#install-using-the-repository
+.. [1] https://docs.docker.com/config/daemon/systemd/#httphttps-proxy
+.. [2] https://docs.docker.com/engine/install/centos/#install-using-the-repository
 .. [3] https://docs.docker.com/engine/userguide/
 
 
diff --git a/tox.ini b/tox.ini
index 69aa189..840ce6a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,7 @@ envlist =
 skipsdist = true
 
 [testenv:docs]
+basepython = python3
 deps = -rdocs/requirements.txt
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
@@ -13,5 +14,6 @@ commands =
 whitelist_externals = echo
 
 [testenv:docs-linkcheck]
+basepython = python3
 deps = -rdocs/requirements.txt
 commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck