Skip to content

Commit 8594341

Browse files
authored
Fix doxygen build step. (#4639)
Fix doxygen build step. --- TYPE: NO_HISTORY DESC: Fix doxygen build step.
1 parent c2af64c commit 8594341

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

tiledb/api/c_api/config/config_api_external.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

tiledb/doxygen/local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tiledb/doxygen/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
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.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)