Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-docs
Commits
4a783ac0
Commit
4a783ac0
authored
2 years ago
by
Tobias Hildebrandt
Committed by
Adrien Béraud
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix pip dependencies
Change-Id: I5c102f5fe4a509d64c4e0bc62a899dc738a8cbea
parent
5df98c55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guides/how-to-contribute-to-this-documentation.rst
+6
-3
6 additions, 3 deletions
guides/how-to-contribute-to-this-documentation.rst
with
6 additions
and
3 deletions
guides/how-to-contribute-to-this-documentation.rst
+
6
−
3
View file @
4a783ac0
...
...
@@ -22,12 +22,15 @@ see :doc:`the beginning of our patch submission guide
<how-to-submit-a-patch>` (TODO).
If you want to preview your changes locally in your web browser, you
need to install `Sphinx <https://www.sphinx-doc.org>`_. You also need
to install a markdown parser for Sphinx:
need to install `Sphinx <https://www.sphinx-doc.org>`_,
the `Read the Docs Sphinx theme
<https://sphinx-rtd-theme.readthedocs.io/en/stable/>`_,
and the `MyST Markdown parser
<https://myst-parser.readthedocs.io/en/latest/index.html>`_.
.. code-block:: bash
$ pip install --upgrade
recommonmark
$ pip install --upgrade
sphinx sphinx_rtd_theme myst_parser
Cloning the repository
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment