Skip to content

Commit af8b8fd

Browse files
committed
fix make doc in makefile
1 parent f927cbf commit af8b8fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
doc:
1414
./venv/bin/pip install -e .[doc]
1515
./venv/bin/pip install sphinx-rtd-theme
16-
./venv/bin/python setup.py build_sphinx
16+
./venv/bin/sphinx-build -b html doc/source doc/build
1717

1818
.PHONY: done
1919
done:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev = [
6868
"pep8-naming",
6969
]
7070
doc = [
71-
"Sphinx",
71+
"sphinx",
7272
]
7373
kafka = [
7474
"confluent-kafka",

0 commit comments

Comments
 (0)