Set master_doc for readthedocs

This commit is contained in:
Johannes Hoppe 2019-04-11 12:17:51 +02:00
parent df5bf9e893
commit fa9d8baba8

View file

@ -18,6 +18,7 @@ sys.path.insert(0, os.path.abspath('..'))
release = get_distribution('django_select2').version
version = '.'.join(release.split('.')[:2])
master_doc = 'index' # default in Sphinx v2
extensions = [