File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
566566 * When set to `true`, the S3 SDK uses a handler that ignores SIGPIPE
567567 * signals.
568568 * **Default**: "true"
569- * - `vfs.hdfs.name_node_uri" ` <br>
569+ * - `vfs.hdfs.name_node_uri` <br>
570570 * Name node for HDFS. <br>
571571 * **Default**: ""
572572 * - `vfs.hdfs.username` <br>
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ build_site() {
9292 # Note:
9393 # -E disables the build cache (slower builds).
9494 # -W enables warnings as errors.
95- sphinx-build -E -W -T -b html -d ${build_dir} /doctrees -D language=en ${source_dir} ${build_dir} /html ${BUILD_DIR_ARG:- } || \
95+ sphinx-build -E -W -T -b html -d ${build_dir} /doctrees ${source_dir} ${build_dir} /html ${BUILD_DIR_ARG:- } || \
9696 die " could not build sphinx site"
9797}
9898
Original file line number Diff line number Diff line change 107107#
108108# This is also used if you do content translation via gettext catalogs.
109109# Usually you set "language" from the command line for these cases.
110- language = None
110+ language = "en"
111111
112112# List of patterns, relative to source directory, that match files and
113113# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change 1- breathe == 4.26.1
2- sphinxcontrib-contentui == 0.2.5
3- sphinx_rtd_theme == 0.5.0
4- docutils < 0.18 # pin pending https://github.com/sphinx-doc/sphinx/issues/9777
5- cmake >= 3.21
6- jinja2 < 3.1 # pinned due to incompatibility with sphinx 3.4
1+ breathe
2+ cmake
3+ docutils
4+ jinja2
5+ sphinx_rtd_theme
6+ sphinxcontrib-contentui
You can’t perform that action at this time.
0 commit comments