Przeglądaj źródła

Fixed OpenAPI docs generating has some swagger error.

Thanks to bentiss !

Fixes #4280
Lauri Ojansivu 3 lat temu
rodzic
commit
99d6f7a765
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      releases/rebuild-docs.sh

+ 1 - 1
releases/rebuild-docs.sh

@@ -21,7 +21,7 @@ if [ ! -d ~/python/esprima-python ]; then
   cd ~/python
   cd ~/python
   git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
   git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
   cd ~/python/esprima-python
   cd ~/python/esprima-python
-  sudo python3 setup.py install --record files.txt
+  sudo pip3 install .
 fi
 fi
 
 
 # 2) Go to Wekan repo directory
 # 2) Go to Wekan repo directory