diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst
index ec42173bb03f2d1e9c3e59c49e7e51fc009d45d3..479085543c91e249c98731dcbf613c21548b5565 100644
--- a/modules/io/doc/mmcif.rst
+++ b/modules/io/doc/mmcif.rst
@@ -373,6 +373,21 @@ of the annotation available.
     Also available as :meth:`GetTitle`. May also be modified by
     :meth:`SetTitle`.
 
+  .. attribute:: book_publisher
+
+    Name of publisher of the citation, relevant for books and book chapters.
+
+    Also available as :meth:`GetBookPublisher` and :meth:`SetBookPublisher`.
+
+  .. attribute:: book_publisher_city
+
+    City of the publisher of the citation, relevant for books and book
+    chapters.
+
+    Also available as :meth:`GetBookPublisherCity` and
+    :meth:`SetBookPublisherCity`.
+
+ 
   .. attribute:: citation_type
 
      Defines where a citation was published. Either journal, book or unknown.
@@ -472,6 +487,22 @@ of the annotation available.
 
     See :attr:`title`
 
+  .. method:: GetBookPublisher
+
+    See :attr:`book_publisher`
+
+  .. method:: SetBookPublisher
+
+    See :attr:`book_publisher`
+
+  .. method:: GetBookPublisherCity
+
+    See :attr:`book_publisher_city`
+
+  .. method:: SetBookPublisherCity
+
+    See :attr:`book_publisher_city`
+
   .. method:: GetCitationType()
 
     See :attr:`citation_type`