]> git.pld-linux.org Git - packages/librepo.git/blob - sphinx_executable.patch
rebuild with python 3.10
[packages/librepo.git] / sphinx_executable.patch
1 diff -urNp -x '*.orig' librepo-1.8.1.org/doc/python/CMakeLists.txt librepo-1.8.1/doc/python/CMakeLists.txt
2 --- librepo-1.8.1.org/doc/python/CMakeLists.txt 2017-09-01 17:45:17.000000000 +0200
3 +++ librepo-1.8.1/doc/python/CMakeLists.txt     2021-03-05 22:44:35.207770924 +0100
4 @@ -1,5 +1,5 @@
5  ADD_CUSTOM_TARGET (doc-python
6 -    PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/ sphinx-build -E -b html
7 +    PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/ ${SPHINX_EXECUTABLE} -E -b html
8                    ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
9                    COMMENT "Building Python API documentation with Sphinx")
10  
This page took 0.065503 seconds and 3 git commands to generate.