Skip to content

Commit

Permalink
📖 DOCS: Defer release instructions to EBP guidelines (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 25, 2020
1 parent 1cd8420 commit 15b35ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ _build/
.vscode

node_modules/

.DS_Store
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ right. Clicking the button will copy the code inside!

If you'd like to customize the look of the copy buttons, you can over-write any of the
CSS rules specified in the Sphinx-CopyButton CSS file ([link](sphinx_copybutton/_static/copybutton.css))

## Development

Development should principally adhere to the [EBP Developer Conventions](https://executablebooks.org/en/latest/dev-conventions.html)

Sphinx-Copybutton is [hosted on the pypi repository](https://pypi.org/project/sphinx-copybutton/).
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/).
29 changes: 0 additions & 29 deletions RELEASES.md

This file was deleted.

0 comments on commit 15b35ba

Please sign in to comment.