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/04/04 02:55:00 UTC

[jira] [Created] (SPARK-34951) Recover Python linter (Sphinx build) in GitHub Actions

Hyukjin Kwon created SPARK-34951:
------------------------------------

             Summary: Recover Python linter (Sphinx build) in GitHub Actions
                 Key: SPARK-34951
                 URL: https://issues.apache.org/jira/browse/SPARK-34951
             Project: Spark
          Issue Type: Test
          Components: PySpark, Tests
    Affects Versions: 3.2.0
            Reporter: Hyukjin Kwon


It fails as below:

{code}
Encoding error:
'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128)
The full traceback has been saved in /tmp/sphinx-err-122qgk2d.log, if you want to report the issue to the developers.
make: *** [Makefile:20: html] Error 2

re-running make html to print full warning list:
Running Sphinx v3.0.4

Encoding error:
'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128)
The full traceback has been saved in /tmp/sphinx-err-mqvr_y8v.log, if you want to report the issue to the developers.
make: *** [Makefile:20: html] Error 2
{code}



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