aletrn commited on
Commit
1e2be5c
1 Parent(s): 40b23f1

[fix] remove wrong 'document' import from postcss

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -114,7 +114,8 @@ cd docs && sphinx-quickstart -p SamGIS -r 1.0.0 -l python --master index
114
  sphinx-apidoc -f -o docs samgis
115
  ```
116
 
117
- Then it's possible to generate the HTML pages
 
118
  ```bash
119
  cd docs && make html && ../
120
 
 
114
  sphinx-apidoc -f -o docs samgis
115
  ```
116
 
117
+ Then it's possible to generate the HTML pages
118
+
119
  ```bash
120
  cd docs && make html && ../
121