Skip to content
Snippets Groups Projects
Select Git revision
  • f61569ceedb665698021a012b1fb3e754e8606ea
  • develop default
  • master protected
  • feature/frontend-tests
  • 0.106
  • 0.105
  • 0.104
  • 0.103
  • 0.102
  • 0.101
  • 0.100
  • 0.99
  • 0.98
  • 0.97
  • 0.96
  • 0.95
  • 0.94
  • 0.93
  • 0.92
  • 0.91
  • 0.90
  • 0.89
  • 0.88
  • 0.87
24 results

environment.py

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