Describe the bug
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
To Reproduce
I followed the simple instructions to pip install sphinx-copybutton and added the 'sphinx_copybutton' to my extensions:
extensions = [
# 'sphinxmark',
'sphinxcontrib.spelling',
'sphinx_rtd_theme',
'sphinx_copybutton',
]
When I run `tox -e docs` I get the following error:
Extension error:
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
I also tried adding `sphinx_copybutton` to my requirements.txt but that did not help.
**Expected behavior**
It should just work as described in the docs.
**Environment**
- Python Version [e.g. 3.7.1]: 3.9
- Operating System: mac osx 10.15.7
Describe the bug
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
To Reproduce
I followed the simple instructions to
pip install sphinx-copybuttonand added the 'sphinx_copybutton' to my extensions:Extension error:
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')