You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/07/08 10:10:00 UTC

[jira] [Created] (SPARK-36051) Add the detection of .rst files into documentation build guides

Hyukjin Kwon created SPARK-36051:
------------------------------------

             Summary: Add the detection of .rst files into documentation build guides
                 Key: SPARK-36051
                 URL: https://issues.apache.org/jira/browse/SPARK-36051
             Project: Spark
          Issue Type: Improvement
          Components: docs, PySpark
    Affects Versions: 3.2.0
            Reporter: Hyukjin Kwon


At https://github.com/apache/spark/tree/master/docs#automatically-rebuilding-api-docs, 

{code}
cd "$SPARK_HOME/python/docs"
find .. -type f -name '*.py' \
| entr -s 'make html && cp -r _build/html/. ../../docs/api/python'
{code}

we should also check .rst files




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org