Skip to content

Commit 4c90d28

Browse files
Delete unnecessary lines from setup.py and Add Comments
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent afa6760 commit 4c90d28

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ script:
102102
# - ./bin/py.test -n 2 -vvs --cov=src tests/scancode
103103
# - echo $TEST_SUITE
104104
- $TEST_SUITE
105+
# Testing Docs
105106
- source bin/activate
106107
- cd docs
107108
- "./scripts/sphinx_build_link_check.sh"

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -227,17 +227,6 @@ def read(*names, **kwargs):
227227
'sphinx_rtd_theme >= 0.4.3',
228228
'doc8 >= 0.8.0',
229229

230-
# Scancode Docs Requirements
231-
'alabaster >= 0.7.12',
232-
'Babel >= 2.7.0',
233-
'docutils >= 0.11 ; python_version == "2.7"',
234-
'docutils >= 0.15.2 ; python_version > "3"',
235-
'imagesize >= 1.1.0',
236-
'pbr >= 5.4.3',
237-
'restructuredtext-lint >= 1.3.0',
238-
'snowballstemmer >= 2.0.0',
239-
'stevedore >= 1.31.0',
240-
241230
# ScanCode caching and locking
242231
'yg.lockfile >= 2.3, < 3.0.0',
243232
# used by yg.lockfile

0 commit comments

Comments
 (0)