Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.62 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.62 KB

sphinx-disqus

Embed Disqus comments in Sphinx documents/pages.

  • Python 3.9 through 3.12 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::