From 12aa8715a7181d9c9f7408576b0f550bbc6b8a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Rynik?= Date: Tue, 15 Oct 2019 22:05:05 +0200 Subject: [PATCH] setup fix --- code_changelog.md | 2 +- docs/requirements_readthedocs.txt | 6 ------ setup.py | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 docs/requirements_readthedocs.txt diff --git a/code_changelog.md b/code_changelog.md index 6380a19..7727180 100644 --- a/code_changelog.md +++ b/code_changelog.md @@ -49,7 +49,7 @@ ### 14.10.2019 - 0.3a4 - completelly reworked logging -- finally readthedocs build is passing, had to install with pip +- finally readthedocs build is passing at long last, had to install with pip - publish to PyPi ### 14.10.2019 - 0.3a2 diff --git a/docs/requirements_readthedocs.txt b/docs/requirements_readthedocs.txt deleted file mode 100644 index 29b4802..0000000 --- a/docs/requirements_readthedocs.txt +++ /dev/null @@ -1,6 +0,0 @@ -# this file is intended to be used only by readthedocs builder. For some -# strange reason it even though it installs PyQt5_sip it cannot import it -# and thus building gui_lib documentation fails we try to work aroud this -# installing alterantives supported by QtPy --r requirements.txt -PySide2 \ No newline at end of file diff --git a/setup.py b/setup.py index d1a473d..61bf15b 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ ) # this stops the aditional data installation for readthedocs build -if os.environ["READTHEDOCS"]: +if os.environ.get("READTHEDOCS", False): sys.exit() # optional installation of NLTK data