Open doyled-it opened 4 months ago
See error here. The error occurs when running sphinx-build:
sphinx-build
Extension error: Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
And when I search for this issue, the most applicable that I find is here:
https://github.com/executablebooks/sphinx-copybutton/issues/169
It doesn't make sense because sphinx-copybutton is installed both locally when I try to run this command and in the Action.
sphinx-copybutton
Could be done together with #23
See error here. The error occurs when running
sphinx-build
:And when I search for this issue, the most applicable that I find is here:
https://github.com/executablebooks/sphinx-copybutton/issues/169
It doesn't make sense because
sphinx-copybutton
is installed both locally when I try to run this command and in the Action.