We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9ec42 commit d8b8510Copy full SHA for d8b8510
1 file changed
Makefile
@@ -55,6 +55,10 @@ doc: dev
55
doc-clean:
56
rm -rf doc/_build
57
58
+.PHONY: doc-clean
59
+doc-preview:
60
+ xdg-open doc/_build/html/index.html
61
+
62
.PHONY: changes
63
changes: dev
64
.venv/bin/reno report --output CHANGES.rst --no-show-source
0 commit comments