File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments