add readthedocs support

This commit is contained in:
wls2002
2025-02-17 16:10:20 +08:00
parent f17f31bb2a
commit 4791a17362
27 changed files with 841 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
__all__ = ["algorithm", "common", "genome", "problem"]
from . import algorithm, common, genome, problem
from .pipeline import Pipeline