Skip to content
Merged
Changes from all commits
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
7 changes: 3 additions & 4 deletions docs/README.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
How to build the docs
=====================

From the root directory of the repository, do the following to steps
From the root directory of the repository, do the following in steps

1. Install docs' dependencies

.. code-block:: text

pip install -r docs/requirements.txt
pip install --group 'docs'

On Linux, you may need to use `pip3` instead.

2. Build the docs

.. code-block:: text

mkdocs build

or use the following command to see changes rendered in realtime.
Or use the following command to see changes rendered in real-time.

.. code-block:: text

Expand Down
Loading