Skip to content

Commit

Permalink
Merge pull request #407 from nschloe/readthedocs
Browse files Browse the repository at this point in the history
readthedocs fix?
  • Loading branch information
nschloe committed May 22, 2020
2 parents 3a050d6 + 652ba12 commit f07247c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python:
version: 3
setup_py_install: true
install:
- path: .
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tag:
# git push --tags
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "v$(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases

upload: setup.py
upload:
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
rm -f dist/*
# python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit f07247c

Please sign in to comment.