Skip to content

Commit

Permalink
feat(docs): add script for run dev server with Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
NtskwK committed Sep 2, 2024
1 parent 76b9905 commit e30752e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ help:

# update translation command
translate:
@$(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O)
@$(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O)

# build for debug
dev:
sphinx-autobuild source _build/html

0 comments on commit e30752e

Please sign in to comment.