From af9b073d5f72a26312b3e196f34f195d9c49e6aa Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 28 Sep 2020 16:27:32 +0200 Subject: [PATCH] docs: drop outdated gallium-docs comment The separate readthedocs documentation is quite pointless these days, as it's been moved to docs.mesa3d.org, where all other documentation already is. There's nothing special about this documentation any longer. Reviewed-by: Eric Anholt Part-of: --- docs/sourcedocs.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/sourcedocs.rst b/docs/sourcedocs.rst index b658bae3e54..0499cf8c720 100644 --- a/docs/sourcedocs.rst +++ b/docs/sourcedocs.rst @@ -16,6 +16,3 @@ as If you're reading this page from your local copy of Mesa, and have run the doxygen scripts, you can read the documentation `here <../doxygen/main/index.html>`__ - -Gallium is also documented using Sphinx. The generated output can be -found `on Gallium.ReadTheDocs.io `__. -- GitLab