Skip to content

Commit

Permalink
fix: add sphinx requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed May 31, 2022
1 parent 764ad41 commit 55ad58a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ dmypy.json


# miscellaneous files
*.txt
NOTES.txt
*.docx
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.0.3 (2022-05-31)
### Fix
* Update uri link ([`764ad41`](https://github.com/Stephen-RA-King/pynball/commit/764ad4117abbf5c3dc10d9f6cdc4eb37e8d9f59d))

## 1.0.2 (2022-05-31)

### First Release of 'pynball'
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
myst-nb
sphinx-autoapi
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion src/pynball/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for _pynball."""

__title__ = "_pynball"
__version__ = "1.0.2"
__version__ = "1.0.3"
__author__ = "Stephen R A King"
__description__ = "Utility command line to switch between python versions"
__license__ = "MIT"
Expand Down

0 comments on commit 55ad58a

Please sign in to comment.