Commit graph

4 commits

Author SHA1 Message Date
Bernát Gábor
11d766f7f2
Upgrade embeded setuptools and fix changelog (#1865)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-06-21 09:23:13 +01:00
Seungmin Ryu
c3453b6c38
handle application data folder is read only (#1661)
* fixed FileNotFoundError when directory isn't writable (#1640)

 - when using docker, if `user_data_dir()` isn't writable directory,
   `default_data_dir()` use `system temp directory` + `virtualenv`.
   for example, tempdir is `/tmp`, it use `/tmp/virtualenv`

* start making the app-data more explicit and robust

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix Windows

* fix docs

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
2020-02-26 08:17:01 +00:00
Pradyun Gedam
c8ac1ed900
Documentation theme updates (#1548)
* Revert to default width and padding

* Make tables wider than the content

* Tweak whitespace on the release history page

* Tweak inline code snippets

* add changelog

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fine-tune

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
2020-02-10 16:26:17 +00:00
Bernát Gábor
7a5d03fe15
rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00