Skip to content

Commit f7f3cbf

Browse files
committed
Open docs automatically after building
1 parent d1b1279 commit f7f3cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs: build-docs
5353
open docs/_build/html/index.html
5454

5555
linux-docs: build-docs
56-
readlink -f docs/_build/html/index.html
56+
xdg-open docs/_build/html/index.html
5757

5858
package: clean
5959
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)