You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,10 @@ right. Clicking the button will copy the code inside!
36
36
37
37
If you'd like to customize the look of the copy buttons, you can over-write any of the
38
38
CSS rules specified in the Sphinx-CopyButton CSS file ([link](sphinx_copybutton/_static/copybutton.css))
39
+
40
+
## Development
41
+
42
+
Development should principally adhere to the [EBP Developer Conventions](https://executablebooks.org/en/latest/dev-conventions.html)
43
+
44
+
Sphinx-Copybutton is [hosted on the pypi repository](https://pypi.org/project/sphinx-copybutton/).
45
+
After a release - following the [EBP release instructions](https://executablebooks.org/en/latest/dev-conventions.html#releases-and-change-logs) - confirm that the new version of Sphinx-Copybutton [is posted to pypi](https://pypi.org/project/sphinx-copybutton/).
0 commit comments