Skip to content
Snippets Groups Projects
Select Git revision
  • b020e48b89a675ae681eb5bcead01035405b571e
  • master default protected
  • 31-documentation-for-user-categories
  • stage_ambre
  • feedback_DR
  • issue17,18,21
  • multibehavior_mono_multi_core
  • multibehavior
  • new_sched
  • feature/feitelson
  • issue#1
  • test_replay_reconfig
  • speedup
  • master_upstream
  • remove_switch_on_off_jobs
  • releases
  • shutdown-overclock
  • feature/energy-tests
  • feature/test-coverage
  • feature/loguru-logs
  • v3.1
  • v3.0
  • v2.0
  • v1.0
  • replay_feedback2023
  • jolyne-expe
  • europar2022
  • v1.4.0
  • v1.3.0
  • v1.2.1
  • v1.2.0
  • v1.1.0
  • v1.0.0
33 results

CMakeLists.txt

Blame
  • .readthedocs.yaml 589 B
    # Read the Docs configuration file
    # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
    
    # Required
    version: 2
    
    # Set the OS, Python version and other tools you might need
    build:
      os: ubuntu-22.04
      tools:
        python: "3.11"
    
    # Build documentation in the "docs/" directory with Sphinx
    sphinx:
      configuration: docs/conf.py
    
    # Optional but recommended, declare the Python requirements required
    # to build your documentation
    # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
    # python:
    #    install:
    #    - requirements: docs/requirements.txt