Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/readthedocs.yml is written in an unsupported language. File is not indexed.

0001 version: 2
0002 # only build html pages
0003 formats: []
0004 
0005 build:
0006   os: "ubuntu-22.04"
0007   tools:
0008     python: "3.10"
0009 
0010 python:
0011   install:
0012     - requirements: docs/requirements.txt
0013 sphinx:
0014   configuration: docs/conf.py