summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-04 12:42:17 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-04 12:42:17 +0900
commit00a5aa73012eeeece82c689f2a44c99287267406 (patch)
treeef629957d6fb4f9b6edc4425cfb076d038f156a6 /setup.py
parent035d5507f0cef2fd636bf90a08ff32a69f8a1cf6 (diff)
downloadsphinx-git-00a5aa73012eeeece82c689f2a44c99287267406.tar.gz
Add extra requirements for docs (refs: #6336)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 30f8625c8..91b3e12cc 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,9 @@ extras_require = {
':sys_platform=="win32"': [
'colorama>=0.3.5',
],
+ 'docs': [
+ 'sphinxcontrib-websupport',
+ ],
'test': [
'pytest',
'pytest-cov',