Skip to content
Snippets Groups Projects
Select Git revision
  • b54a0baeeafe6f41865b573af5f5891f6c8ad6f2
  • stable default protected
  • develop protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • Resisitve_wall_eff_radius_yokoya
  • feature-iqdamper0
  • feature-feedback-IQ-damper0
  • feature-read_wakis
  • use-one-bin
  • RF-FBv0.6
  • RF-FBv0.5
  • faster_pytorch
  • RF-FB
  • util
  • RFBucket
  • Long-range_wakepotential
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4
  • 0.3
  • 0.2
  • 0.1
26 results

readthedocs.yaml

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