lidavidm commented on code in PR #3320:
URL: https://github.com/apache/arrow-adbc/pull/3320#discussion_r2296512433
##########
docs/source/format/driver_manifests.rst:
##########
@@ -351,7 +351,8 @@ to control which directories will be searched for
manifests, with the behavior b
The type :c:type:`AdbcLoadFlags` is a set of bitflags to control the
directories to be searched. The flags are
- * :c:macro:`ADBC_LOAD_FLAG_SEARCH_ENV` - search the environment
variable ``ADBC_CONFIG_PATH``
+ * :c:macro:`ADBC_LOAD_FLAG_SEARCH_ENV` - search the directory paths in
the environment variable
+ ``ADBC_CONFIG_PATH`` and (when built or installed with conda) search in
the conda environment
Review Comment:
```suggestion
* :c:macro:`ADBC_LOAD_FLAG_SEARCH_ENV` - search the directory paths
in the environment variable
``ADBC_CONFIG_PATH`` and (when built or installed with conda)
search in the conda environment
```
I think these need to be indended for reST to recognize it as part of the
same list
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]