mirror of https://github.com/scrapy/scrapy.git
Merge pull request #5879 from xt1033/bugfix/updated-Makefile-to-enable-string-concatenation
Fixed Docs Makefile to open build/html/index.html in browser(#5878)
This commit is contained in:
commit
4249fc64d1
|
|
@ -87,7 +87,7 @@ coverage: build
|
|||
|
||||
htmlview: html
|
||||
$(PYTHON) -c "import webbrowser; from pathlib import Path; \
|
||||
webbrowser.open('file://' + Path('build/html/index.html').resolve())"
|
||||
webbrowser.open(Path('build/html/index.html').resolve().as_uri())"
|
||||
|
||||
clean:
|
||||
-rm -rf build/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue