Skip to content

Commit 2413307

Browse files
author
Matevz Morato
committed
Remove docs from bindings
1 parent eff7acf commit 2413307

File tree

214 files changed

+0
-13735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+0
-13735
lines changed

bindings/python/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ set(DEFAULT_DOCSTRINGS_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/generated/depthai_pyth
3737
# option(DEPTHAI_PYTHON_USE_FIND_PACKAGE "Use find_package for depthai-core" OFF)
3838
option(DEPTHAI_PYTHON_ENABLE_TESTS "Enable tests" OFF)
3939
option(DEPTHAI_PYTHON_ENABLE_EXAMPLES "Enable examples" OFF)
40-
option(DEPTHAI_PYTHON_BUILD_DOCS "Build documentation - see docs/requirements.txt for needed dependencies" OFF)
4140
option(DEPTHAI_PYTHON_BUILD_DOCSTRINGS "Generate docstrings from header files if module 'pybind11_mkdoc' available" ON)
4241
option(DEPTHAI_PYTHON_EMBEDDED_MODULE "Create an embeddable module" OFF)
4342

@@ -402,10 +401,3 @@ endif()
402401
if (DEPTHAI_PYTHON_ENABLE_EXAMPLES)
403402
add_subdirectory(../../examples/python ${CMAKE_BINARY_DIR}/examples/python)
404403
endif()
405-
406-
########################
407-
# Documentation
408-
########################
409-
if(DEPTHAI_PYTHON_BUILD_DOCS)
410-
add_subdirectory(docs)
411-
endif()

bindings/python/docs/CMakeLists.txt

Lines changed: 0 additions & 65 deletions
This file was deleted.

bindings/python/docs/_extensions/zephyr/warnings_filter.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

bindings/python/docs/ci.cmake

Lines changed: 0 additions & 19 deletions
This file was deleted.

bindings/python/docs/conf.py.in

Lines changed: 0 additions & 113 deletions
This file was deleted.

bindings/python/docs/docker-compose.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

bindings/python/docs/docker/dev.dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

bindings/python/docs/docker/docker_run.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

bindings/python/docs/docker/update_docs.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

bindings/python/docs/known-warnings.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)