diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-07-18 22:49:56 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-07-18 22:49:56 +0100 |
commit | 94024e6efaa23869a6141dba05118c158d3d3f8f (patch) | |
tree | 1bfccc5447ca099627c4c31f536d7082b7b9eb6a /doc/tutorial | |
parent | a4d41aa889388bf8ee2815d4819235b5ca978a8d (diff) | |
parent | eb0a6c574fd18d5c5d903e5d07cba8cafc376ee0 (diff) | |
download | sphinx-git-94024e6efaa23869a6141dba05118c158d3d3f8f.tar.gz |
Merge branch '5.x'
# Conflicts:
# sphinx/ext/autodoc/__init__.py
# sphinx/writers/html5.py
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 1d12aff83..57a055f43 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -1,8 +1,8 @@ .. _tutorial: -=============== -Sphinx tutorial -=============== +======================== +Build your first project +======================== In this tutorial you will build a simple documentation project using Sphinx, and view it in your browser as HTML. The project will include narrative, |