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