From be1967b608f9d77770798dcfcf3712eb298d885c Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Fri, 5 Dec 2025 16:12:29 +0900 Subject: [PATCH] Mention that linuxdoc should be installed via pip --- docs/source/developers/documentation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/developers/documentation.rst b/docs/source/developers/documentation.rst index 48c497fe1337..5f0ebbdb7db2 100644 --- a/docs/source/developers/documentation.rst +++ b/docs/source/developers/documentation.rst @@ -32,6 +32,10 @@ If you're using Conda, the required software can be installed in a single line: conda install -c conda-forge --file=arrow/ci/conda_env_sphinx.txt +.. note:: + + ``linuxdoc`` cannot be installed by Conda. It has to be installed via pip separately. + Otherwise, you'll first need to install `Doxygen `_ yourself (for example from your distribution's official repositories, if using Linux). Then you can install the Python-based requirements with the