diff --git a/docs/intro/getting-started-with-sphinx.rst b/docs/intro/getting-started-with-sphinx.rst index fc13c8efdf1..2bdb1056a73 100644 --- a/docs/intro/getting-started-with-sphinx.rst +++ b/docs/intro/getting-started-with-sphinx.rst @@ -4,7 +4,6 @@ Getting Started with Sphinx .. meta:: :description lang=en: Get started writing technical documentation with Sphinx and publishing to Read the Docs. - Sphinx is a powerful documentation generator that has many great features for writing technical documentation including: @@ -16,6 +15,10 @@ has many great features for writing technical documentation including: * Syntax highlighted code samples * A vibrant ecosystem of first and third-party :doc:`extensions ` +If you want to learn more about how to create your first Sphinx project, read on. +If you are interested in exploring the Read the Docs platform using an already existing Sphinx project, +check out :doc:`/tutorial/index`. + Quick start -----------