Signed-off-by: Jeremy Cline jeremy@jcline.org
Technically, you should use the X.Y here. Probably something like this would do the trick:
split_version = fegistry.__version__.split('.') version = '{}.{}'.format(split_version[0], split_verison[1])
Should we line the word code up with Restart?
Let's make sure we use the X.Y in the Sphinx version. Once that is fixed, LGTM!
rebased
Pull-Request has been merged by jcline
Signed-off-by: Jeremy Cline jeremy@jcline.org