瀏覽代碼

Documentation generation update

Jérôme BUISINE 4 年之前
父節點
當前提交
70969111ab
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      CONTRIBUTING.md

+ 3 - 2
CONTRIBUTING.md

@@ -132,8 +132,9 @@ def random(self, validator):
 You can generate documentation and display updates using these following commands:
 
 ```
-bash build.sh
-firefox docs/build/index.html
+cd docs
+make clean && make html
+firefox _build/html/index.html
 ```
 
 ## Test implementation