Skip to content

Commit f1391cd

Browse files
authored
Fixes read the docs (#381)
1 parent 1c3f884 commit f1391cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
html_extra_path = [CPPINTEROP_ROOT + '/build/docs/']
5151

5252
import subprocess
53-
command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DClang_DIR=/usr/lib/llvm-13/build/lib/cmake/clang\
53+
command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DUSE_CLING=Off -DUSE_REPL=ON -DClang_DIR=/usr/lib/llvm-13/build/lib/cmake/clang\
5454
-DLLVM_DIR=/usr/lib/llvm-13/build/lib/cmake/llvm -DCPPINTEROP_ENABLE_DOXYGEN=ON\
5555
-DCPPINTEROP_INCLUDE_DOCS=ON'.format(CPPINTEROP_ROOT)
5656
subprocess.call(command, shell=True)
57-
subprocess.call('doxygen {0}/build/docs/doxygen.cfg'.format(CPPINTEROP_ROOT), shell=True)
57+
subprocess.call('doxygen {0}/build/docs/doxygen.cfg'.format(CPPINTEROP_ROOT), shell=True)

0 commit comments

Comments
 (0)