Last updated:
0 purchases
sphinxdisqus 1.3.0
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
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::
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.