Skip to content

Robpol86/sphinx-disqus

Repository files navigation

sphinx-disqus

Embed Disqus comments in Sphinx documents/pages.

  • Python 3.6, 3.7, 3.8, and 3.9 supported on Linux, macOS, and Windows.

📖 Full documentation: https://sphinx-disqus.readthedocs.io

Github-CI Coverage Status Documentation Status Code style: black PyPI PyPI Downloads

Quickstart

To install run the following:

pip install sphinx-disqus

To use in Sphinx simply add to your conf.py:

extensions = ["sphinx_disqus.disqus"]
disqus_shortname = "my-cool-project"

Also add this to any document you wish to have comments:

.. disqus::