Skip to content
Snippets Groups Projects
Select Git revision
  • 723a072bf9c6accd4bbf584a88ec9a7cf18fc52d
  • main default protected
  • test
  • uat.20230605160823
  • uat.latest
5 results

sq_projects_list.py

Blame
  • build-docs.sh 205 B
    #!/bin/sh
    set -o errexit
    set -o nounset
    
    export OSS_PARAMS_FILENAME=../gso/oss-params-example.json
    export TESTING=true
    
    pip install sphinx_rtd_theme sphinxcontrib-jquery
    
    cd docs
    sphinx-build source build