mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Set master_doc for readthedocs
This commit is contained in:
parent
df5bf9e893
commit
fa9d8baba8
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue