mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-09 00:23:35 +01:00
setup.py: Add missing dependency for building documentation
In later versions of sphinx the rtd theme needs installing explicitly as it is no longer included in the main package.
This commit is contained in:
2
setup.py
2
setup.py
@ -98,7 +98,7 @@ params = dict(
|
||||
'test': ['nose', 'mock'],
|
||||
'mongodb': ['pymongo'],
|
||||
'notify': ['notify2'],
|
||||
'doc': ['sphinx'],
|
||||
'doc': ['sphinx', 'sphinx_rtd_theme'],
|
||||
'postgres': ['psycopg2-binary']
|
||||
},
|
||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
|
Reference in New Issue
Block a user