Skip to content

Commit

Permalink
docs: exclude spurious references to Pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Feb 2, 2024
1 parent f63215d commit d04aa38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apidoc/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AQTOptions
==========

.. autopydantic_model:: qiskit_aqt_provider.aqt_options.AQTOptions
:exclude-members: update_options
:exclude-members: update_options, model_computed_fields
:model-show-json: False
:model-show-validator-members: False
:model-show-validator-summary: False
Expand Down
1 change: 1 addition & 0 deletions docs/apidoc/resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ AQTResource
:show-inheritance:

.. autopydantic_model:: qiskit_aqt_provider.api_models.ResourceId
:exclude-members: model_computed_fields
:model-show-json: False
:model-show-validator-members: False
:model-show-validator-summary: False
Expand Down

0 comments on commit d04aa38

Please sign in to comment.