Skip to content
Snippets Groups Projects
Select Git revision
  • a2f14d92d8262ba8251a6d1bcfd158db678f979b
  • develop default
  • 102-Utest
  • 96-method_i
  • 89-str_to_array
  • 91-output
  • master
  • 87-method-d-swallowed-obstacles
  • feature_trajectory_correction
  • Issue_63
  • Issue_61
  • refactor_SteadyState
  • v0.8.3
  • v0.8.2
  • v0.8.1
  • v0.8
  • v0.7
  • v0.6
18 results

_Plot_profiles.py

Blame
  • .readthedocs.yml 659 B
    # .readthedocs.yaml
    # Read the Docs configuration file
    # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
    
    # Required
    version: 2
    
    build:
      image: latest
      apt_packages:
        - make
        - gcc
        - libtool 
        - autoconf 
        - automake
        - doxygen
    
    # Build documentation in the docs/ directory with Sphinx
    sphinx:
       configuration: docs/sphinx/conf.py
    
    # Optionally build your docs in additional formats such as PDF
    #formats:
    #   - pdf
    
    # Optionally set the version of Python and requirements required to build your docs
    python:
       version: "3.7"
       install:
       - requirements: docs/sphinx/requirements.txt
       system_packages: true