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


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

Review Comment:
   > > Could you please tell if this happened during #39658 if so how was it 
resolved?
   > 
   > This is a failure on a Python 3.8 build because the theme package requires 
newer version of Python:
   > 
   > ```
   > #8 10.21 └─ pydata-sphinx-theme 0.15.2  is installable and it requires
   > #8 10.21    └─ python >=3.9  with the potential options
   > ```
   > 
   > That means that on the specific `Python / AMD64 Conda Python 3.8 Pandas 
1.0` CI build the upper pin for the `pydata-sphinx-theme` will have to stay as 
is (`0.14.*`). @kou maybe you can help to find correct dockerfiles to correct?
   > 
   > > Also while building the documentation I am getting this error could you 
please tell me how to resolve this.I am 
following(https://arrow.apache.org/docs/developers/documentation.html#building)
   > 
   > Could you check you have all dependencies installed?
   > 
   > 
https://github.com/apache/arrow/blob/22f2cfd1e1ebe49016b6d97c49f494287a98d02f/docs/requirements.txt#L5
   
   Sorry for the trouble but breathe dependency is already installed @AlenkaF 
   ```powershell
   PS C:\Users\Divyansh\Documents\GitHub> pip install -r 
arrow/docs/requirements.txt
   Requirement already satisfied: breathe in c:\python312\lib\site-packages 
(from -r arrow/docs/requirements.txt (line 5)) (4.35.0)
   ``` 



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