File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ sphinx:
30
30
# Optional but recommended, declare the Python requirements required
31
31
# to build your documentation
32
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
- # python:
34
- # install:
35
- # - requirements: docs/requirements.txt
33
+ python :
34
+ install :
35
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 13
13
# serve to show the default.
14
14
15
15
import os
16
+ import sys
16
17
17
18
# If extensions (or modules to document with autodoc) are in another directory,
18
19
# add these directories to sys.path here. If the directory is relative to the
19
20
# documentation root, use os.path.abspath to make it absolute, like shown here.
20
- # sys.path.insert(0, os.path.abspath('.'))
21
+ sys .path .insert (0 , os .path .abspath ('../ ' ))
21
22
22
23
# -- General configuration ------------------------------------------------
23
24
103
104
104
105
# The theme to use for HTML and HTML Help pages. See the documentation for
105
106
# a list of builtin themes.
106
- html_theme = 'default '
107
+ html_theme = 'sphinx_rtd_theme '
107
108
108
109
# Theme options are theme-specific and customize the look and feel of a theme
109
110
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1
- sphinx
2
- sphinx_rtd_theme
1
+ sphinx == 8.1.3
2
+ sphinx_rtd_theme == 3.0.2
3
3
4
4
# Install kafka-python in editable mode
5
5
# This allows the sphinx autodoc module
You can’t perform that action at this time.
0 commit comments