Skip to content

Commit 15b35ba

Browse files
authored
πŸ“– DOCS: Defer release instructions to EBP guidelines (#89)
1 parent 1cd8420 commit 15b35ba

File tree

3 files changed

+9
-29
lines changed

3 files changed

+9
-29
lines changed

β€Ž.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ _build/
110110
.vscode
111111

112112
node_modules/
113+
114+
.DS_Store

β€ŽREADME.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ right. Clicking the button will copy the code inside!
3636

3737
If you'd like to customize the look of the copy buttons, you can over-write any of the
3838
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/).

β€ŽRELEASES.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
Β (0)