From 164562224075f663d3d6c36ba33af408e55c0a8a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 04:17:02 +0000 Subject: [PATCH] Initial upload: DataForge CLI with full documentation and tests --- .readthedocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..e07fa4d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,7 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3.8