Skip to content

Commit

Permalink
automock OpenAPI client library for RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
dansan committed Nov 23, 2019
1 parent f86e2fd commit 092af54
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

autodoc_mock_imports = ["openapi_client_udm"]

# -- Options for HTML output -------------------------------------------

Expand Down
30 changes: 15 additions & 15 deletions docs/udm_rest_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@ udm\_rest\_client.base module
-----------------------------

.. automodule:: udm_rest_client.base
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

udm\_rest\_client.base\_http module
-----------------------------------

.. automodule:: udm_rest_client.base_http
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

udm\_rest\_client.exceptions module
-----------------------------------

.. automodule:: udm_rest_client.exceptions
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

udm\_rest\_client.udm module
----------------------------

.. automodule:: udm_rest_client.udm
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: udm_rest_client
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 092af54

Please sign in to comment.