[GitHub] [spark] HyukjinKwon commented on a diff in pull request #36813: [SPARK-39421][PYTHON][DOCS] Pin the docutils version <1.8 in documentation build

2022-06-08 Thread GitBox


HyukjinKwon commented on code in PR #36813:
URL: https://github.com/apache/spark/pull/36813#discussion_r893029627


##
.github/workflows/build_and_test.yml:
##
@@ -549,6 +549,7 @@ jobs:
 #   See also https://issues.apache.org/jira/browse/SPARK-38279.
 python3.9 -m pip install 'sphinx<3.1.0' mkdocs pydata_sphinx_theme 
ipython nbsphinx numpydoc 'jinja2<3.0.0' 'markupsafe==2.0.1'
 python3.9 -m pip install ipython_genutils # See SPARK-38517
+python3.9 -m pip install 'docutils<1.8.0' # See SPARK-39421

Review Comment:
   ```suggestion
   python3.9 -m pip install 'docutils<1.7.0' # See SPARK-39421
   ```



##
dev/requirements.txt:
##
@@ -35,6 +35,7 @@ numpydoc
 jinja2<3.0.0
 sphinx<3.1.0
 sphinx-plotly-directive
+docutils<1.8.0

Review Comment:
   ```suggestion
   docutils<1.7.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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a diff in pull request #36813: [SPARK-39421][PYTHON][DOCS] Pin the docutils version <1.8 in documentation build

2022-06-08 Thread GitBox


HyukjinKwon commented on code in PR #36813:
URL: https://github.com/apache/spark/pull/36813#discussion_r892987817


##
.github/workflows/build_and_test.yml:
##
@@ -549,6 +549,7 @@ jobs:
 #   See also https://issues.apache.org/jira/browse/SPARK-38279.
 python3.9 -m pip install 'sphinx<3.1.0' mkdocs pydata_sphinx_theme 
ipython nbsphinx numpydoc 'jinja2<3.0.0' 'markupsafe==2.0.1'
 python3.9 -m pip install ipython_genutils # See SPARK-38517
+python3.9 -m pip 'docutils<1.8.0' # See SPARK-39421

Review Comment:
   ```suggestion
   python3.9 -m pip install 'docutils<1.8.0' # See SPARK-39421
   ```



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a diff in pull request #36813: [SPARK-39421][PYTHON][DOCS] Pin the docutils version <1.8 in documentation build

2022-06-08 Thread GitBox


HyukjinKwon commented on code in PR #36813:
URL: https://github.com/apache/spark/pull/36813#discussion_r892981613


##
.github/workflows/build_and_test.yml:
##
@@ -549,6 +549,7 @@ jobs:
 #   See also https://issues.apache.org/jira/browse/SPARK-38279.
 python3.9 -m pip install 'sphinx<3.1.0' mkdocs pydata_sphinx_theme 
ipython nbsphinx numpydoc 'jinja2<3.0.0' 'markupsafe==2.0.1'
 python3.9 -m pip install ipython_genutils # See SPARK-38517
+python3.9 -m pip 'docutils<1.8' # See SPARK-39421

Review Comment:
   ```suggestion
   python3.9 -m pip 'docutils<1.8.0' # See SPARK-39421
   ```



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org