You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Sphinx Example Project usage
30
30
31
31
This project has a very normal Sphinx layout which is built by the Read the Docs platform almost the same way that you would build it locally (on your own laptop!).
32
32
33
-
You can build and view this documentation project locally - you may want to activate `a local Python virtual environment firstly<https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`_:
33
+
You can build and view this documentation project locally - we recommend that you activate `a local Python virtual environment first<https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`_:
34
34
35
35
.. code-block:: console
36
36
@@ -75,4 +75,5 @@ If you are copying this code in order to get started with your documentation, yo
75
75
Read the Docs tutorial
76
76
----------------------
77
77
78
-
To get started with Read the Docs, you may also refer to the `Read the Docs tutorial <https://docs.readthedocs.io/en/stable/tutorial/>`_
78
+
To get started with Read the Docs, you may also refer to the `Read the Docs tutorial <https://docs.readthedocs.io/en/stable/tutorial/>`_.
79
+
It provides a full walk-through of building an example project similar to the one in this repository.
0 commit comments