浏览代码

[Doc]: add README for documentation

Weiming 2 年之前
父节点
当前提交
e3b7369727
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/en/README.md

+ 9 - 0
docs/en/README.md

@@ -0,0 +1,9 @@
+# EasyFL Documentation
+
+## Compile and Build Documentation Locally
+
+```
+pip install -r requirements/docs.txt
+
+sphinx-build -a docs/en docs/build/
+```