Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docs
  • Loading branch information
nachocab committed Jul 19, 2025
commit 235c4d1d80ac9bb5d0effa627afade75f1ecb579
14 changes: 6 additions & 8 deletions documentation/start-documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,22 @@ To build the documentation, follow the steps in one of the sections below.
You can view the documentation after building the HTML
by opening the file :file:`Doc/build/html/index.html` in a web browser.

.. _doc-initial-requirements:

Initial requirements
--------------------


Ensure your current working dir is the ``Doc`` subdirectory in your
:ref:`CPython repository clone <checkout>`.
Ensure your current working directory is the top level ``Doc/`` directory
inside your :ref:`CPython repository clone <checkout>`.

.. code-block:: shell

cd Doc
cd Doc

Ensure your Python version is at least 3.11 (Sphinx requirement).
Ensure your Python version is at least 3.11.

.. code-block:: shell

python --version
$ python --version
Python 3.13.5

.. _doc-create-venv:

Expand Down
Loading