This commit is contained in:
ge
2023-11-06 17:47:56 +03:00
parent ffa7605201
commit 76969a37e3
16 changed files with 158 additions and 48 deletions

View File

@ -20,7 +20,10 @@ lint:
docs:
poetry run sphinx-build $(DOCS_SRC) $(DOCS_BUILD)
serve-docs:
docs-versions:
poetry run sphinx-multiversion $(DOCS_SRC) $(DOCS_BUILD)
serve-docs: docs-versions
poetry run sphinx-autobuild $(DOCS_SRC) $(DOCS_BUILD)
clean: