migrazione verso gitea

This commit is contained in:
2026-03-31 19:15:33 +02:00
parent 8806d598eb
commit f6a5b1b29f
118 changed files with 17197 additions and 459 deletions

11
docs/Makefile Normal file
View File

@@ -0,0 +1,11 @@
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
.PHONY: html clean
html:
$(SPHINXBUILD) -b html $(SOURCEDIR) $(BUILDDIR)/html
clean:
$(SPHINXBUILD) -M clean $(SOURCEDIR) $(BUILDDIR)