We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f927cbf commit af8b8fdCopy full SHA for af8b8fd
Makefile
@@ -13,7 +13,7 @@ install: venv
13
doc:
14
./venv/bin/pip install -e .[doc]
15
./venv/bin/pip install sphinx-rtd-theme
16
- ./venv/bin/python setup.py build_sphinx
+ ./venv/bin/sphinx-build -b html doc/source doc/build
17
18
.PHONY: done
19
done:
pyproject.toml
@@ -68,7 +68,7 @@ dev = [
68
"pep8-naming",
69
]
70
doc = [
71
- "Sphinx",
+ "sphinx",
72
73
kafka = [
74
"confluent-kafka",
0 commit comments