File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - ' .git*'
1111 - ' LICENSE'
1212 - ' LICENSE-*'
13- - ' README.md'
13+ - ' **/*.md'
14+ - ' .readthedocs.yaml'
15+ - ' .vscode/**'
16+ - ' install_libcarna_dev.bash'
17+ - ' linux_build.bash'
1418
1519 pull_request :
1620 branches-ignore : [ 'master' ]
Original file line number Diff line number Diff line change 11# Read the Docs configuration file
22# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
33
4- # Required
54version : 2
65
7- # Set the OS, Python version, and other tools you might need
8- build :
9- os : ubuntu-24.04
10- tools :
11- python : " 3.12"
12-
13- # Build documentation in the "docs/" directory with Sphinx
6+ # Sphinx setup
147sphinx :
158 fail_on_warning : true
169 configuration : docs/conf.py
1710
18- # Install dependencies
11+ # Install build dependencies
1912conda :
2013 environment : environment.yml
2114
22- # Install our python package and other dependencies
15+ # Install doc-building dependencies
2316python :
2417 install :
2518 - requirements : docs/requirements.txt
26- - method : pip
27- path : .
19+
20+ # Specify the build process
21+ build :
22+ os : ubuntu-24.04
23+ tools :
24+ python : " 3.12"
25+ jobs :
26+ install :
27+ - bash ./linux_build.bash
28+ - pip install libcarna_python-*.whl
You can’t perform that action at this time.
0 commit comments