We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f6374 commit c96e0a9Copy full SHA for c96e0a9
.gitignore
@@ -7,5 +7,6 @@ doc/c/Doxyfile.in
7
librepo-*.tar.xz
8
librepo-*.rpm
9
python-librepo-*.rpm
10
+python3-librepo-*.rpm
11
BUG*
12
ISSUE*
doc/python/CMakeLists.txt
@@ -1,5 +1,5 @@
1
ADD_CUSTOM_TARGET (doc-python
2
- PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/python${PYTHON_VERSION_MAJOR} sphinx-build -E -b html
+ PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/ sphinx-build -E -b html
3
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
4
COMMENT "Building Python API documentation with Sphinx")
5
0 commit comments