Skip to content

Commit

Permalink
minor fixes trying to get docs badge to work
Browse files Browse the repository at this point in the history
  • Loading branch information
asselapathirana committed Sep 27, 2016
1 parent c508b35 commit 0c06456
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Overview
- |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/RRPam-WDS/badge/?style=flat
:target: https://readthedocs.org/projects/RRPam-WDS/badge/
:target: https://readthedocs.org/projects/RRPam-WDS/badge/?version=latest
:alt: Documentation Status

.. |travis| image:: https://travis-ci.org/asselapathirana/RRPam-WDS.svg?branch=master
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ environment_variables =
[check-manifest]
ignore =
junk
*.wpr
*.wpu

2 changes: 1 addition & 1 deletion src/rrpam_wds/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
from rrpam_wds.cli import main


if __name__ == "__main__": # pragma: no cover
if __name__ == "__main__": # pragma: no cover
main()

0 comments on commit 0c06456

Please sign in to comment.