Skip to content

Commit 3c297bc

Browse files
authored
Merge branch 'main' into dependabot/pip/pylint-2.15.4
2 parents 783bff5 + 10bdad1 commit 3c297bc

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Install pipenv
2020
uses: dschep/install-pipenv-action@v1
2121
- name: Install dependencies
22-
run: pipenv install --dev
23-
- name: Build docs
22+
run: pipenv install --dev
23+
- name: Build docs
2424
uses: ammaraskar/sphinx-action@master
2525
with:
2626
pre-build-command: "pip install sphinx_rtd_theme && sphinx-apidoc -f -o docs meilisearch/"
@@ -30,16 +30,4 @@ jobs:
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
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

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@
5252
# Add any paths that contain custom static files (such as style sheets) here,
5353
# relative to this directory. They are copied after the builtin static files,
5454
# 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"]

docs/meilisearch.models.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ meilisearch.models package
44
Submodules
55
----------
66

7+
meilisearch.models.client module
8+
--------------------------------
9+
10+
.. automodule:: meilisearch.models.client
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
715
meilisearch.models.document module
816
----------------------------------
917

@@ -20,6 +28,14 @@ meilisearch.models.index module
2028
:undoc-members:
2129
:show-inheritance:
2230

31+
meilisearch.models.ressource module
32+
-----------------------------------
33+
34+
.. automodule:: meilisearch.models.ressource
35+
:members:
36+
:undoc-members:
37+
:show-inheritance:
38+
2339
meilisearch.models.task module
2440
------------------------------
2541

0 commit comments

Comments
 (0)