Skip to content
Snippets Groups Projects
Select Git revision
  • 011a3e1cfd9e1f69319fdb9150470fe63fbe0497
  • develop default protected
  • master protected
  • 1.17
  • 1.14.1
  • 1.16.0
  • 1.16
  • 1.15.1
  • 1.15.0
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • Lime-Seal
  • 1.8
  • 1.7
  • 1.6
  • 1.5
  • 1.4
  • 1.3
23 results

conftest.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