Skip to content
Snippets Groups Projects
Select Git revision
  • eda31eb61d69cc4137f85a76b58f19e21babbdb2
  • main default protected
  • dev_EVA_dst
  • dev_jfu_community
  • dev_jbr_mkr_gui
  • sce_mobility_district
  • dev_jbr_mkr_updating_pandas
  • dev_jgn_bus_charging
  • dev_market_comp
  • dev_V2X_jfu
  • dev_network_yni
  • dev_nni_prosumer_rh
  • dev_haoyu
  • Landlord-to-Tenant_Study
  • dev_lcoe
  • dev_transfer_V2X
  • dev_jfu_V2X
  • dev_jgn_meter
  • dev_dph_jkr_multi_use_bat
  • dev_nni_funkturm
  • dev_dph_jkr
  • v1.1
22 results

.readthedocs.yaml

Blame
  • user avatar
    Nie authored
    6c9d993b
    History
    .readthedocs.yaml 479 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:
      os: ubuntu-20.04
      tools:
        python: "3.8"
    
    sphinx:
       configuration: docs/source/conf.py
    
    formats: all
    
    python:
      install:
        - requirements: docs/requirements.txt
    #    - method: pip
    #      path: .
    #      extra_requirements:
    #        - docs
    #    - method: pip
    #      path: another/package
      system_packages: true