aletrn commited on
Commit
c655420
·
2 Parent(s): ddd32eb 2ac5c46

merge main branch into refactor branch, update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -81,7 +81,10 @@ sphinx-apidoc -f -o docs src
81
 
82
  Then it's possible to generate the HTML pages
83
  ```bash
84
- cd docs && make html
 
 
 
85
  ```
86
 
87
  The static documentation it's now ready at the path `_build/html/index.html`.
 
81
 
82
  Then it's possible to generate the HTML pages
83
  ```bash
84
+ cd docs && make html && ../
85
+
86
+ # to clean old files
87
+ cd docs && make clean html && cd ../
88
  ```
89
 
90
  The static documentation it's now ready at the path `_build/html/index.html`.