docs/conf.py: fix docs build on Python 2.7

This commit is contained in:
Peter Williams 2019-04-28 13:41:22 -04:00
Родитель d5a786210b
Коммит d7907e97a7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,7 @@ extensions = [
'numpydoc',
]
master_doc = 'index'
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']