Skip to content

Commit c96e0a9

Browse files
dralleylukash
authored andcommitted
One last oversight from dropping of Python 2
1 parent f5f6374 commit c96e0a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ doc/c/Doxyfile.in
77
librepo-*.tar.xz
88
librepo-*.rpm
99
python-librepo-*.rpm
10+
python3-librepo-*.rpm
1011
BUG*
1112
ISSUE*

doc/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ADD_CUSTOM_TARGET (doc-python
2-
PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/python${PYTHON_VERSION_MAJOR} sphinx-build -E -b html
2+
PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/ sphinx-build -E -b html
33
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
44
COMMENT "Building Python API documentation with Sphinx")
55

0 commit comments

Comments
 (0)