Skip to content

Commit 235c4d1

Browse files
committed
Fix docs
1 parent b935225 commit 235c4d1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

documentation/start-documenting.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,22 @@ To build the documentation, follow the steps in one of the sections below.
7676
You can view the documentation after building the HTML
7777
by opening the file :file:`Doc/build/html/index.html` in a web browser.
7878

79-
.. _doc-initial-requirements:
80-
8179
Initial requirements
8280
--------------------
8381

84-
85-
Ensure your current working dir is the ``Doc`` subdirectory in your
86-
:ref:`CPython repository clone <checkout>`.
82+
Ensure your current working directory is the top level ``Doc/`` directory
83+
inside your :ref:`CPython repository clone <checkout>`.
8784

8885
.. code-block:: shell
8986
90-
cd Doc
87+
cd Doc
9188
92-
Ensure your Python version is at least 3.11 (Sphinx requirement).
89+
Ensure your Python version is at least 3.11.
9390

9491
.. code-block:: shell
9592
96-
python --version
93+
$ python --version
94+
Python 3.13.5
9795
9896
.. _doc-create-venv:
9997

0 commit comments

Comments
 (0)