Skip to content

Commit

Permalink
readthedocs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-code committed Oct 15, 2019
1 parent c0bac8a commit 6219346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions code_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- cover art search could anounce new downloaded images by signals if we were using QThreads
- use custom widgets to simplify GUI https://www.learnpyqt.com/courses/qt-creator/embed-pyqtgraph-custom-widgets-qt-app/ e.g. tableWiew
- implement main GUI progressbar
- parser locks could be implemented easilly by getattr and set attr only for public attributes.

### Individual problem cases
- load guests as in https://en.wikipedia.org/wiki/Emerald_Forest_and_the_Blackbird
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,7 @@
)

# this stops the aditional data installation for readthedocs build
log.warning(sys.platform)
log.warning(os.getcwd())
log.warning(__file__)
log.warning(os.path.abspath(__file__))
log.warning(os.environ)
if "readthedocs.org" in os.path.abspath(__file__):
if os.environ["READTHEDOCS"]:
sys.exit()

# optional installation of NLTK data
Expand Down

0 comments on commit 6219346

Please sign in to comment.