We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$
Example: https://coderefinery.github.io/git-intro/basics/#recording-a-snapshot-with-git copying the text excludes the $, but if you click the copy button, the $ are copied.
The text was updated successfully, but these errors were encountered:
executablebooks/sphinx-copybutton#178
In theory this would work:
pip install https://github.com/rkdarst/sphinx-copybutton/archive/exclude-unselectable-3.zip
but I get this error:
Error: Support for symbolic links is required
A local pip install with a local directory path does work, and does result in $ not being copied.
pip install
Sorry, something went wrong.
Add copybutton conf to exclude prompt
69f15da
See coderefinery/sphinx-lesson#93 This was added to https://github.com/coderefinery/git-intro/blob/3ad12101848a886e2c0c2cd032ce86f943c9f9ee/content/conf.py#L51 but this change implements the fix in the template.
No branches or pull requests
Example: https://coderefinery.github.io/git-intro/basics/#recording-a-snapshot-with-git
copying the text excludes the
$
, but if you click the copy button, the$
are copied.The text was updated successfully, but these errors were encountered: