[fix] remove wrong 'document' import from postcss
Browse files
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 |
|