Skip to main content

Add comments and annotation to your documentation.

Project description

sphinx-comments

PyPI | Documentation

A small sphinx extension to add a "copy" button to code blocks.

See the sphinx-comments documentation for more details!

Installation

You can install sphinx-comments with pip:

pip install sphinx-comments

Usage

In your conf.py configuration file, add sphinx_comments to your extensions list. E.g.:

extensions = [
    ...
    'sphinx_comments'
    ...
]

When you build your site, your code blocks should now have little copy buttons to their right. Clicking the button will copy the code inside!

Customization

If you'd like to customize the look of the copy buttons, you can over-write any of the CSS rules specified in the sphinx-comments CSS file (link)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-comments-0.0.1.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

sphinx_comments-0.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page