Skip to content

Commit f07247c

Browse files
authored
Merge pull request #407 from nschloe/readthedocs
readthedocs fix?
2 parents 3a050d6 + 652ba12 commit f07247c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python:
2-
version: 3
3-
setup_py_install: true
2+
install:
3+
- path: .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tag:
1111
# git push --tags
1212
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "v$(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases
1313

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

0 commit comments

Comments
 (0)