#9 Add a documentation project
Merged by jcline. Opened by jcline.
jcline/fegistry docs  into  master

Download 9.patch

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

Metadata