From 8dbef8798a811f4099d36484c7bb1d4f0ee85320 Mon Sep 17 00:00:00 2001 From: John Cole Date: Wed, 4 Aug 2021 20:28:45 -0400 Subject: [PATCH] Fix typo --- doc/usage/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/installation.rst b/doc/usage/installation.rst index 8cf56b501..7296e0a55 100644 --- a/doc/usage/installation.rst +++ b/doc/usage/installation.rst @@ -223,7 +223,7 @@ of images: .. _Docker Hub: https://hub.docker.com/ .. _sphinxdoc/sphinx: https://hub.docker.com/repository/docker/sphinxdoc/sphinx -.. _sphinxdoc/sphinx-latexpdf: https://hub.docker.com/repository/docker/sphinxdoc/sphinx-latexpdf> +.. _sphinxdoc/sphinx-latexpdf: https://hub.docker.com/repository/docker/sphinxdoc/sphinx-latexpdf Former one is used for standard usage of Sphinx, and latter one is mainly used for PDF builds using LaTeX. Please choose one for your purpose.