decode_latin1 did not appear in doc
diff --git a/docs/decoder.rst b/docs/decoder.rst
index 3cda80f..3f958e7 100644
--- a/docs/decoder.rst
+++ b/docs/decoder.rst
@@ -12,6 +12,7 @@
 .. autosummary::
 
     ~pyjson5.decode
+    ~pyjson5.decode_latin1
     ~pyjson5.decode_buffer
     ~pyjson5.decode_callback
     ~pyjson5.decode_io
@@ -30,6 +31,8 @@
 
 .. autofunction:: pyjson5.decode
 
+.. autofunction:: pyjson5.decode_latin1
+
 .. autofunction:: pyjson5.decode_buffer
 
 .. autofunction:: pyjson5.decode_callback