Skip to content

Commit d8b8510

Browse files
committed
Makefile: add doc-preview target
1 parent 0a9ec42 commit d8b8510

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ doc: dev
5555
doc-clean:
5656
rm -rf doc/_build
5757

58+
.PHONY: doc-clean
59+
doc-preview:
60+
xdg-open doc/_build/html/index.html
61+
5862
.PHONY: changes
5963
changes: dev
6064
.venv/bin/reno report --output CHANGES.rst --no-show-source

0 commit comments

Comments
 (0)