|
23 | 23 |
|
24 | 24 | # -- General configuration ------------------------------------------------
|
25 | 25 |
|
| 26 | + |
| 27 | +###################################################################### |
| 28 | +# General information about the project. |
| 29 | +project = u'confluent-kafka' |
| 30 | +copyright = u'2016-2021, Confluent Inc.' |
| 31 | + |
| 32 | +# The version info for the project you're documenting, acts as replacement for |
| 33 | +# |version| and |release|, also used in various other places throughout the |
| 34 | +# built documents. |
| 35 | +# |
| 36 | +# The short X.Y version. |
| 37 | +version = '1.6.1' |
| 38 | +# The full version, including alpha/beta/rc tags. |
| 39 | +release = version |
| 40 | +###################################################################### |
| 41 | + |
| 42 | + |
26 | 43 | # If your documentation needs a minimal Sphinx version, state it here.
|
27 | 44 | #needs_sphinx = '1.0'
|
28 | 45 |
|
|
48 | 65 | # The master toctree document.
|
49 | 66 | master_doc = 'index'
|
50 | 67 |
|
51 |
| -# General information about the project. |
52 |
| -project = u'confluent-kafka' |
53 |
| -copyright = u'2016-2021, Confluent Inc.' |
54 |
| - |
55 |
| -# The version info for the project you're documenting, acts as replacement for |
56 |
| -# |version| and |release|, also used in various other places throughout the |
57 |
| -# built documents. |
58 |
| -# |
59 |
| -# The short X.Y version. |
60 |
| -version = '1.6.1' |
61 |
| -# The full version, including alpha/beta/rc tags. |
62 |
| -release = version |
63 |
| - |
64 | 68 | # The language for content autogenerated by Sphinx. Refer to documentation
|
65 | 69 | # for a list of supported languages.
|
66 | 70 | #language = None
|
|
0 commit comments