Sphinx extension to setup Reveal.js CopyCode plugin with sphinx-revealjs
Project description
sphinx-revealjs-copycode
Usage
Install in your sphinx-revealjs project.
$ pip install sphinx-revealjs-copycode
Create your presentation with sphinx-revealjs.
Then edit conf.py
to use this extension.
extensions = [
"sphinx_revealjs",
+ "sphinx_revealjs_copycode",
]
+revealjs_script_plugins = [
+ {
+ "name": "CopyCode",
+ "src": "revealjs4/plugin/copycode/copycode.js",
+ },
+]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinx_revealjs_copycode-0.1.0.tar.gz
.
File metadata
- Download URL: sphinx_revealjs_copycode-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca4b074c0ca6fbbad81890cb20871e4c0f1d98fe8f5d547191c8a6716940e408 |
|
MD5 | 3c60759597149783790c4812e20254cb |
|
BLAKE2b-256 | b4094fa71507b8fc8bc58c10a214b891fdfeb053ac3a837e3b0c84b2d82f89f3 |
File details
Details for the file sphinx_revealjs_copycode-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sphinx_revealjs_copycode-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a56e2c7f2656d419bcdab4310181c9e7ebf92dbef59dc5bb7bb55ed311e60a56 |
|
MD5 | 5b3e880a15f019637a669f47374fec0f |
|
BLAKE2b-256 | d02eaf190611cdfdf47ffe87e99631a70198fbbab7f0881043d90a2d645ac9c4 |