Current version and release date in doc sidebar

This commit is contained in:
Alexander Graf
2017-12-21 13:53:06 +01:00
parent 75d9dda4ba
commit 5695bca9f3
4 changed files with 23 additions and 1 deletions

View File

@@ -10,6 +10,6 @@ https://instaloader.readthedocs.io/
The documentation is created with [Sphinx](http://www.sphinx-doc.org/). To build it, use
```
pip3 install sphinx sphinx-autodoc-typehints
pip3 install -r requirements.txt
make html
```