Skip to content

Commit 6ed8110

Browse files
committed
fix doc build failed.
1 parent 0c2b464 commit 6ed8110

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/source/api.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Structs
88

99
.. autoclass:: Struct
1010

11-
.. autoclass:: StructMeta
11+
**StructMeta**
12+
13+
The metaclass for Struct types. This class can be subclassed to create custom struct behaviors. See :ref:`struct-meta-subclasses` for detailed information on using StructMeta subclasses.
1214

1315
.. autofunction:: field
1416

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
msgspec-x
2-
=======
2+
=========
33

44
``msgspec-x`` is a community-driven fork of the original msgspec library. It provides two namespaces:
55
- ``msgspec``: 100% compatible with the original API for drop-in replacement.

docs/source/structs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ collected (leading to a memory leak).
10021002
.. _struct-meta-subclasses:
10031003

10041004
StructMeta Subclasses (Advanced)
1005-
-------------------------------
1005+
---------------------------------
10061006

10071007
.. versionadded:: 0.20.0
10081008

0 commit comments

Comments
 (0)