File tree Expand file tree Collapse file tree 3 files changed +23
-16
lines changed Expand file tree Collapse file tree 3 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install pipenv
20
20
uses : dschep/install-pipenv-action@v1
21
21
- name : Install dependencies
22
- run : pipenv install --dev
23
- - name : Build docs
22
+ run : pipenv install --dev
23
+ - name : Build docs
24
24
uses : ammaraskar/sphinx-action@master
25
25
with :
26
26
pre-build-command : " pip install sphinx_rtd_theme && sphinx-apidoc -f -o docs meilisearch/"
30
30
with :
31
31
github_token : ${{ secrets.GITHUB_TOKEN }}
32
32
publish_dir : docs/_build/html
33
- force_orphan : true
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
33
+ force_orphan : true
Original file line number Diff line number Diff line change 52
52
# Add any paths that contain custom static files (such as style sheets) here,
53
53
# relative to this directory. They are copied after the builtin static files,
54
54
# so a file named "default.css" will overwrite the builtin "default.css".
55
- html_static_path = []
55
+ html_static_path = []
56
+
57
+ # This value contains a list of modules to be mocked up.
58
+ autodoc_mock_imports = ["camel_converter" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ meilisearch.models package
4
4
Submodules
5
5
----------
6
6
7
+ meilisearch.models.client module
8
+ --------------------------------
9
+
10
+ .. automodule :: meilisearch.models.client
11
+ :members:
12
+ :undoc-members:
13
+ :show-inheritance:
14
+
7
15
meilisearch.models.document module
8
16
----------------------------------
9
17
@@ -20,6 +28,14 @@ meilisearch.models.index module
20
28
:undoc-members:
21
29
:show-inheritance:
22
30
31
+ meilisearch.models.ressource module
32
+ -----------------------------------
33
+
34
+ .. automodule :: meilisearch.models.ressource
35
+ :members:
36
+ :undoc-members:
37
+ :show-inheritance:
38
+
23
39
meilisearch.models.task module
24
40
------------------------------
25
41
You can’t perform that action at this time.
0 commit comments