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
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::