Open IamJasonBoy opened 2 months ago
I don't think you're giving us enough information. You don't include the .rst
, there should be a line 12 from the error message but there aren't 12 lines in the code you included:
AlgoDeliverEnum.rst:12:
Also, the example you included is Python code not reStructuredText code. So you should put Python code in .py
.
aidisdk.algo\_house.algorithm\_module.AlgoDeliverEnum
=====================================================
.. currentmodule:: aidisdk.algo_house.algorithm_module
.. autoclass:: AlgoDeliverEnum
:members:
:show-inheritance:
:inherited-members:
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~AlgoDeliverEnum.__init__
~AlgoDeliverEnum.as_integer_ratio
~AlgoDeliverEnum.bit_count
~AlgoDeliverEnum.bit_length
~AlgoDeliverEnum.conjugate
~AlgoDeliverEnum.from_bytes
~AlgoDeliverEnum.is_integer
~AlgoDeliverEnum.to_bytes
Describe the bug
/xxxxxx/AlgoDeliverEnum.rst:12:Inline interpreted text or phrase reference start-string without end-string.
Error report with no clue!!!
How to Reproduce
Error report with no clue!!!
Environment Information
Sphinx extensions
No response
Additional context
No response