Install sphinx with pip install -e .[docs] from now on
Removed the sphinx dependency as we don't need it when installing the package.
This commit is contained in:
parent
47feece958
commit
1406462cf0
3
setup.py
3
setup.py
@ -50,6 +50,7 @@ setup(name='docxtpl',
|
||||
author_email='elapouya@gmail.com',
|
||||
license='LGPL 2.1',
|
||||
packages=['docxtpl'],
|
||||
install_requires=['six', 'Sphinx<1.3b', 'sphinxcontrib-napoleon', 'python-docx', 'jinja2', 'lxml'],
|
||||
install_requires=['six', 'python-docx', 'jinja2', 'lxml'],
|
||||
extras_require={'docs': ['Sphinx<1.3b', 'sphinxcontrib-napoleon']},
|
||||
eager_resources=['docs'],
|
||||
zip_safe=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user