Bladeren bron

[Doc]: add README for documentation

Weiming 2 jaren geleden
bovenliggende
commit
e3b7369727
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  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/
+```