Skip to content
Snippets Groups Projects
Select Git revision
  • 0fe0df03f8ac4f04de1e55c063648f8a626635b0
  • master default protected
  • compilation2022apr
  • ISEI_3_5_1
  • VERSION_3_9-alba
  • VERSION_3_9-Indus2
  • Jianfeng
  • VERSION-3_10
  • VERSION-3_9_1
  • VERSION-3_9_alba
  • VERSION-3_9_Indus2
  • VERSION-3_9
  • VERSION-3_8
  • VERSION-3_7
  • ISEI_3_5_1-PATCH_2
  • ISEI_3_5_1-PATCH_1
  • PROD_3_5_1
  • VERSION_3_6prerelease2
  • VERSION_3_6prerelease
  • VERSION-3_5
  • tracy
21 results

README

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    readthedocs.yaml 201 B
    version: 2
    
    build:
      os: "ubuntu-22.04"
      tools:
        python: "3.9"
    
    python:
      install:
        - requirements: docs/requirements.txt
    
    sphinx:
      configuration: docs/source/conf.py
    
    formats:
      - pdf
      - epub