Skip to content
Snippets Groups Projects
Select Git revision
  • 9e28a3308568ace2c6db083e0ae5f561f9e23321
  • main default protected
  • v0.8.6
  • v0.8.5
  • v0.8.1
  • v0.8.0
  • v0.7.2
  • v0.7.1
  • v0.7.0
  • v0.6.1
  • v0.6
  • v0.5.2
  • v0.5.1
  • v0.5
14 results

main.go

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