Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <juanlu@readthedocs.org>2021-11-28 21:58:30 +0300
committerGitHub <noreply@github.com>2021-11-28 21:58:30 +0300
commitf6a3d037f4bf533dfae48998be98a86bd8cb93a2 (patch)
treecee4dd9b9ecf6bfd604b9ef5dd1228d4dde78c8b /doc
parentd39c6861d9542064cfa0a10878b1ce7317994602 (diff)
Remove note to simplify message
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial/deploying.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/tutorial/deploying.rst b/doc/tutorial/deploying.rst
index 9f956a1f2..85fc6643a 100644
--- a/doc/tutorial/deploying.rst
+++ b/doc/tutorial/deploying.rst
@@ -214,15 +214,6 @@ This contains a GitHub Actions workflow with a single job of four steps:
4. If the change happens on the default branch, take the contents of
``docs/build/html`` and push it to the ``gh-pages`` branch.
-.. note::
-
- The ``actions-gh-pages`` takes care of adding a ``.nojekyll`` file to the
- output `so that GitHub Pages doesn't process it with its default
- static site generator`__. Alternatively, you can enable the
- :py:mod:`sphinx.ext.githubpages` extension on your project.
-
-.. __: https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators
-
Next, you need to specify the dependencies for the ``make html`` step to be
successful. For that, create a file ``docs/requirements.txt`` and add the
following contents: