Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@0be3234
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Sep 3, 2021
1 parent 0f3a55f commit 256eb00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/dev/writing_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ And finally, perform the installation:
.. code-block:: shell
# Install Sphinx and the Read the Docs theme
sudo -H pip3 install --upgrade -r requirements.txt
pip3 install --upgrade -r requirements.txt
export PATH="$HOME/.local/bin:$PATH"
Now just run ``make html`` inside the documentation directory, and open the newly built files with a web browser:

Expand Down
2 changes: 1 addition & 1 deletion source/features/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can also see messages about the :term:`REMB` congestion control algorithm fo

.. code-block:: shell
export GST_DEBUG="${GST_DEBUG:-2},kmsremb:5"
export GST_DEBUG="${GST_DEBUG:-2},KurentoBaseRtpEndpointImpl:5,basertpendpoint:5,kmsremb:5"
Expand Down

0 comments on commit 256eb00

Please sign in to comment.