Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit 62c290f

Browse files
committed
Fixed upload docs command
1 parent 395fc67 commit 62c290f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ clean: clean-pyc
1717

1818
upload-docs:
1919
$(MAKE) -C docs html
20-
python setup.py upload_sphinx
20+
python setup.py upload_docs
2121

2222
.PHONY: upload-docs clean-pyc clean tox-test test all

setup.cfg

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
[build_sphinx]
2-
source-dir = docs/
3-
build-dir = docs/_build
4-
all_files = 1
5-
6-
[upload_sphinx]
1+
[upload_docs]
72
upload-dir = docs/_build/html

0 commit comments

Comments
 (0)