Fixed Docs Makefile to open build/html/index.html in browser(#5878)

This commit is contained in:
karza_abhishek 2023-03-28 23:23:32 +05:30
parent 4dacad0d8f
commit 46bb7b31d1
1 changed files with 1 additions and 1 deletions

View File

@ -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/*