We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3f884 commit f1391cdCopy full SHA for f1391cd
docs/conf.py
@@ -50,8 +50,8 @@
50
html_extra_path = [CPPINTEROP_ROOT + '/build/docs/']
51
52
import subprocess
53
-command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DClang_DIR=/usr/lib/llvm-13/build/lib/cmake/clang\
+command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DUSE_CLING=Off -DUSE_REPL=ON -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\
55
-DCPPINTEROP_INCLUDE_DOCS=ON'.format(CPPINTEROP_ROOT)
56
subprocess.call(command, shell=True)
57
-subprocess.call('doxygen {0}/build/docs/doxygen.cfg'.format(CPPINTEROP_ROOT), shell=True)
+subprocess.call('doxygen {0}/build/docs/doxygen.cfg'.format(CPPINTEROP_ROOT), shell=True)
0 commit comments