abakan-zz / ablog

ABlog for blogging with Sphinx
ablog.readthedocs.org
Other
122 stars 35 forks source link

Provide extension version number to Sphinx #61

Closed MinchinWeb closed 8 years ago

MinchinWeb commented 8 years ago

In particular, the version number will show up in the Sphinx log. So instead of:

# Sphinx version: 1.3.5
[...]
# Loaded extensions:
#   ablog (unknown version) from s:\documents\github\ablog\ablog\__init__.py
[...]

you get:

# Sphinx version: 1.3.5
[...]
# Loaded extensions:
#   ablog (0.8.2) from s:\documents\github\ablog\ablog\__init__.py
[...]
MinchinWeb commented 8 years ago

:+1: