[ovs-dev] [PATCH v2 3/4] docs: Fix sphinx urls.

Ian Stokes ian.stokes at intel.com
Thu Apr 19 14:17:11 UTC 2018


Update dead url links for sphinx documentation to avoid
make check-docs failing.

Cc: Stephen Finucane <stephen at that.guru>
Fixes: 26ea2d409 ("docs: Add writing guide")
Fixes: 73c76b447 ("doc: Add info on building documentation")
Signed-off-by: Ian Stokes <ian.stokes at intel.com>
Acked-by: Stephen Finucane <stephen at that.guru>
---
v1 -> v2
Use correct url for sphinx documentation.
---
 Documentation/internals/contributing/documentation-style.rst | 3 ++-
 Documentation/intro/install/documentation.rst                | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/internals/contributing/documentation-style.rst b/Documentation/internals/contributing/documentation-style.rst
index 07bfe2b..deb07d9 100644
--- a/Documentation/internals/contributing/documentation-style.rst
+++ b/Documentation/internals/contributing/documentation-style.rst
@@ -442,4 +442,5 @@ Useful Links
 - `Quick reStructuredText
   <http://docutils.sourceforge.net/docs/user/rst/quickref.html>`__
 
-- `Sphinx Documentation <http://sphinx.readthedocs.io/en/latest/rest.html>`__
+- `Sphinx Documentation
+  <http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`__
diff --git a/Documentation/intro/install/documentation.rst b/Documentation/intro/install/documentation.rst
index 0eeeab1..d7eb25d 100644
--- a/Documentation/intro/install/documentation.rst
+++ b/Documentation/intro/install/documentation.rst
@@ -58,7 +58,7 @@ wish to install using ``pip``::
     $ source .venv/bin/activate
     $ pip install -r Documentation/requirements.txt
 
-__ http://www.sphinx-doc.org/install.html
+__ http://www.sphinx-doc.org/en/master/usage/installation.html
 
 Configuring
 -----------
@@ -86,4 +86,4 @@ Makefile targets::
 Once built, documentation is available in the ``/Documentation/_build`` folder.
 Open the root ``index.html`` to browse the documentation.
 
-__ http://www.sphinx-doc.org/config.html
+__ http://www.sphinx-doc.org/en/master/config.html
-- 
2.7.5



More information about the dev mailing list