diff options
-rw-r--r-- | math/ceres-solver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 3472cd9297ce..a8d6d8d56017 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -38,7 +38,8 @@ OPTIONS_GROUP_SPARSE= CXSPARSE EIGENSPARSE SUITESPARSE CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of Eigen CUSTOM_BLAS_CMAKE_BOOL= CUSTOM_BLAS -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx18 +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} DOCS_USES= python:build DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION |