Divyansh200102 commented on code in PR #39879:
URL: https://github.com/apache/arrow/pull/39879#discussion_r1480655065


##########
docs/requirements.txt:
##########
@@ -5,7 +5,7 @@
 breathe
 ipython
 numpydoc
-pydata-sphinx-theme~=0.14
+pydata-sphinx-theme~=0.15.2

Review Comment:
   @AlenkaF I building the docs using these sets of cmd
   ```
   pushd arrow/docs
   make cpp
   popd
   ``` 
   I checked and it seems breathe is installed but I am still getting the error
   ```powershell
   PS C:\Users\Divyansh\Documents\GitHub\arrow\docs> pip install breathe 
   DEPRECATION: Loading egg at 
c:\users\divyansh\appdata\roaming\python\python312\site-packages\pyarrow-14.0.0.dev331+g4bf777a6a-py3.12-win-amd64.egg
 is deprecated. pip 24.3 will enforce this behaviour change. A possible 
replacement is to use pip for package installation.. Discussion can be found at 
https://github.com/pypa/pip/issues/12330
   DEPRECATION: Loading egg at 
c:\users\divyansh\appdata\roaming\python\python312\site-packages\pyarrow-16.0.0.dev45+g9f0c727d9-py3.12-win-amd64.egg
 is deprecated. pip 24.3 will enforce this behaviour change. A possible 
replacement is to use pip for package installation.. Discussion can be found at 
https://github.com/pypa/pip/issues/12330
   DEPRECATION: Loading egg at 
c:\python312\lib\site-packages\pyarrow-14.0.0.dev331+g4bf777a6a-py3.12-win-amd64.egg
 is deprecated. pip 24.3 will enforce this behaviour change. A possible 
replacement is to use pip for package installation.. Discussion can be found at 
https://github.com/pypa/pip/issues/12330
   DEPRECATION: Loading egg at 
c:\python312\lib\site-packages\pyarrow-16.0.0.dev45+g9f0c727d9-py3.12-win-amd64.egg
 is deprecated. pip 24.3 will enforce this behaviour change. A possible 
replacement is to use pip for package installation.. Discussion can be found at 
https://github.com/pypa/pip/issues/12330
   Requirement already satisfied: breathe in c:\python312\lib\site-packages 
(4.35.0)
   Requirement already satisfied: Sphinx!=5.0.0,>=4.0 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from breathe) 
(6.2.0)
   Requirement already satisfied: docutils>=0.12 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from breathe) 
(0.19)
   Requirement already satisfied: sphinxcontrib-applehelp in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (1.0.8)
   Requirement already satisfied: sphinxcontrib-devhelp in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (1.0.6)
   Requirement already satisfied: sphinxcontrib-jsmath in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (1.0.1)
   Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (2.0.5)
   Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (1.1.10)
   Requirement already satisfied: sphinxcontrib-qthelp in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (1.0.7)
   Requirement already satisfied: Jinja2>=3.0 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
Sphinx!=5.0.0,>=4.0->breathe) (3.1.3)
   Requirement already satisfied: Pygments>=2.13 in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (2.17.2)
   Requirement already satisfied: snowballstemmer>=2.0 in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (2.2.0)
   Requirement already satisfied: babel>=2.9 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
Sphinx!=5.0.0,>=4.0->breathe) (2.14.0)
   Requirement already satisfied: alabaster<0.8,>=0.7 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
Sphinx!=5.0.0,>=4.0->breathe) (0.7.16)
   Requirement already satisfied: imagesize>=1.3 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
Sphinx!=5.0.0,>=4.0->breathe) (1.4.1)
   Requirement already satisfied: requests>=2.25.0 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
Sphinx!=5.0.0,>=4.0->breathe) (2.31.0)
   Requirement already satisfied: packaging>=21.0 in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (23.2)
   Requirement already satisfied: colorama>=0.4.5 in 
c:\python312\lib\site-packages (from Sphinx!=5.0.0,>=4.0->breathe) (0.4.6)
   Requirement already satisfied: MarkupSafe>=2.0 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
Jinja2>=3.0->Sphinx!=5.0.0,>=4.0->breathe) (2.1.4)
   Requirement already satisfied: charset-normalizer<4,>=2 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
requests>=2.25.0->Sphinx!=5.0.0,>=4.0->breathe) (3.3.2)
   Requirement already satisfied: idna<4,>=2.5 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
requests>=2.25.0->Sphinx!=5.0.0,>=4.0->breathe) (3.6)
   Requirement already satisfied: urllib3<3,>=1.21.1 in 
c:\python312\lib\site-packages (from 
requests>=2.25.0->Sphinx!=5.0.0,>=4.0->breathe) (2.2.0)
   Requirement already satisfied: certifi>=2017.4.17 in 
c:\users\divyansh\appdata\roaming\python\python312\site-packages (from 
requests>=2.25.0->Sphinx!=5.0.0,>=4.0->breathe) (2023.11.17)
   PS C:\Users\Divyansh\Documents\GitHub\arrow\docs> make cpp
   sphinx-build -b html -j8 -c source source/cpp _build/html/cpp
   Running Sphinx v5.0.2
   
   Extension error:
   Could not import extension breathe (exception: No module named 'breathe')
   make: *** [Makefile:141: cpp] Error 2
   
   ``` 



-- 
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]

Reply via email to