.PHONY: docs

docs:
	cargo rustdoc --features nightly -- --document-private-items --html-in-header ./rustdoc-include-katex-header.html
