diff --git a/docs/changelog.rst b/docs/changelog.rst index 607d04f..53bb2f9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,7 @@ master branch - :py:mod:`.sge`: Sun Grid Engine (SGE) monitor - :py:mod:`.timer`: Timer - :py:mod:`.syncthing`: Syncthing monitor and control + - :py:mpd:`.vk`: Displays number of messages in VKontakte * Applications started from click events don't block other click events now * Fixed crash with desktop notifications when python-gobject is installed, but no notification daemon is running * Log file name is now an option (``logfile`` of :py:class:`.Status`) diff --git a/docs/conf.py b/docs/conf.py index 3eebd68..7da9e13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,8 @@ MOCK_MODULES = [ "dota2py", "novaclient.v2", "speedtest_cli", - "pyzabbix" + "pyzabbix", + "vk", ] for mod_name in MOCK_MODULES: