@mistercrunch, I tried running this and it fails:

```bash
$ cd docs
$ pip install -r requirements.txt
$ ./build.sh
sphinx-build -b html -d _build/doctrees   . _build/html
Running Sphinx v1.7.1

Exception occurred:
  File 
"/Users/bdealmeida/src/incubator-superset/env/lib/python3.6/site-packages/sphinxcontrib/youtube/youtube.py",
 line 3, in <module>
    import urlparse
ModuleNotFoundError: No module named 'urlparse'
The full traceback has been saved in 
/var/folders/x9/9gcx_mp522x88bjx3dr38b7r0000gn/T/sphinx-err-1uywj973.log, if 
you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message 
can be provided next time.
A bug report can be filed in the tracker at 
<https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [html] Error 2
cp: _build/html: No such file or directory
```

Looks like it currently works only for Python 2.

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5732 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to