sphinx-copybutton
sphinx-copybutton copied to clipboard
Add minimum requirements
In scikit-image, we discovered that this pluggin is working only for sphinx >= 1.8. Would it be possible to provide the min requirements in a requirements.txt file please?
Thanks a lot! related issue: https://github.com/scikit-image/scikit-image/pull/4604
Hmmm - that should already be encoded in the package here:
https://github.com/choldgraf/sphinx-copybutton/blob/master/setup.py#L44
That should be used by things like pip when installing.
@choldgraf I think this might be due to the version on conda-forge (of which you might not even know).
Anyway this PR sets the proper min version for the version on conda-forge and asks the current maintainer to add the creator of sphinx-copybutton as a maintainer as well 😉
ahh thanks for catching this!