Skip to content

Commit

Permalink
done done
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Jul 5, 2024
1 parent d5b5b49 commit ba07148
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Installation

Getting started is pretty simple. The first step is to install the library.

.. tab-set::

.. tab-item:: Install from PyPI

.. code-block:: bash
pip install sphinx-disqus
.. tab-item:: Install from GitHub

.. code-block:: bash
pip install git+https://github.com/Robpol86/sphinx-disqus@main
Once the package is installed add this extension to your Sphinx’s extensions list in the ``conf.py`` file. You'll also need to
define your `Disqus shortname <https://help.disqus.com/en/articles/1717111-what-s-a-shortname>`_ in the same file.

Expand Down

0 comments on commit ba07148

Please sign in to comment.