continue create docs

This commit is contained in:
2025-10-15 11:22:20 +03:00
parent 0fca3af35d
commit f696805bc6
198 changed files with 587 additions and 15373 deletions
+13 -1
View File
@@ -11,8 +11,20 @@ BUILDDIR = _build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
live-ru:
sphinx-autobuild -b html . _build/html/ -D language=ru
serve-all:
sphinx-build -b html . _build/html/ -D language=en
sphinx-build -b html . _build/html/ru -D language=ru
python -m http.server -d _build/html
update-langs:
sphinx-build -b gettext . _build/gettext
sphinx-intl update -p _build/gettext -l en
.PHONY: help Makefile
.PHONY: help Makefile serve-all
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).