Skip to content

Commit

Permalink
Ensure GitHub pages serves our static content (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borgstrom ♕ authored Sep 30, 2019
1 parent 0041da2 commit feb4d91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.12 - 2019.09.30
###################

* Ensure GitHub pages serves our static documentation content
* No functional library changes

0.9.11 - 2019.09.30
###################

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="dynamorm",
version="0.9.11",
version="0.9.12",
description="DynamORM is a Python object & relation mapping library for Amazon's DynamoDB service.",
long_description=long_description,
author="Evan Borgstrom",
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ commands =
[testenv:docs]
skip_install = True

whitelist_externals =
touch

basepython =
python3

Expand All @@ -71,3 +74,4 @@ deps =

commands =
sphinx-build -b html -d "{envtmpdir}/doctrees" docs docs/_build/html
touch docs/_build/html/.nojekyll

0 comments on commit feb4d91

Please sign in to comment.