File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ sphinx:
5
5
builder : html
6
6
7
7
build :
8
- os : " ubuntu-22 .04"
8
+ os : " ubuntu-24 .04"
9
9
tools :
10
10
python : " 3.11"
11
11
apt_packages :
12
- - clang-13
12
+ - clang-18
13
13
- cmake
14
- - libclang-13 -dev
15
- - llvm-13 -dev
16
- - llvm-13 -tools
14
+ - libclang-18 -dev
15
+ - llvm-18 -dev
16
+ - llvm-18 -tools
Original file line number Diff line number Diff line change @@ -429,4 +429,4 @@ CppInterOp maintains an internal Doxygen documentation of its components.
429
429
Internal documentation aims to capture intrinsic details and overall usage of
430
430
code components. The goal of internal documentation is to make the codebase
431
431
easier to understand for the new developers. Internal documentation can be
432
- visited : `here </en/latest/ build/html/index.html >`_
432
+ visited : `here <build/html/index.html >`_
Original file line number Diff line number Diff line change 50
50
html_extra_path = [CPPINTEROP_ROOT + '/build/docs/' ]
51
51
52
52
import subprocess
53
- command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DClang_DIR=/usr/lib/llvm-13/build/ lib/cmake/clang\
54
- -DLLVM_DIR=/usr/lib/llvm-13/build/ lib/cmake/llvm -DCPPINTEROP_ENABLE_DOXYGEN=ON\
53
+ command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DClang_DIR=/usr/lib/llvm-18/ lib/cmake/clang \
54
+ -DLLVM_DIR=/usr/lib/llvm-18/ lib/cmake/llvm -DCPPINTEROP_ENABLE_DOXYGEN=ON \
55
55
-DCPPINTEROP_INCLUDE_DOCS=ON' .format (CPPINTEROP_ROOT )
56
56
subprocess .call (command , shell = True )
57
57
subprocess .call ('doxygen {0}/build/docs/doxygen.cfg' .format (CPPINTEROP_ROOT ), shell = True )
You can’t perform that action at this time.
0 commit comments