diff options
| -rw-r--r-- | CHANGES.md | 5 | ||||
| -rw-r--r-- | docs/README.rst | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,11 @@ HISTORY ## Unreleased +## 4.1.1 (2017-06-15) + +Changed the documentation build system to sphinx and uploaded the docs +on readthedocs.org. + ## 4.1.0 (2017-06-15) Support for Python 3.5 coroutines defined with `async def`, thanks to diff --git a/docs/README.rst b/docs/README.rst index 4e6b827..5a68b63 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -49,3 +49,8 @@ Repository The project is hosted on GitHub. You can look at the source here:
https://github.com/micheles/decorator
+
+Documentation
+---------------
+
+The documentation has been moved to http://decorator.readthedocs.io/en/latest/
|
