File tree Expand file tree Collapse file tree 5 files changed +5
-66
lines changed Expand file tree Collapse file tree 5 files changed +5
-66
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ servers/*/kafka-bin
9
9
.coverage
10
10
.noseids
11
11
docs /_build
12
+ docs /apidoc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
# ones.
31
31
extensions = [
32
32
'sphinx.ext.autodoc' ,
33
+ 'sphinx.ext.intersphinx' ,
33
34
'sphinx.ext.viewcode' ,
34
35
'sphinxcontrib.napoleon' ,
35
36
]
57
58
# The short X.Y version.
58
59
with open ('../VERSION' ) as version_file :
59
60
version = version_file .read ()
60
-
61
+
61
62
# The full version, including alpha/beta/rc tags.
62
63
release = version
63
64
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Contents
48
48
install
49
49
tests
50
50
usage
51
- api_reference
51
+ API reference < /apidoc/modules >
52
52
53
53
Indices and tables
54
54
==================
Original file line number Diff line number Diff line change 46
46
sphinx
47
47
48
48
commands =
49
+ sphinx-apidoc -o docs/apidoc/ kafka/
49
50
sphinx-build -b html docs/ docs/_build
You can’t perform that action at this time.
0 commit comments