docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/classroom_v1.courses.topics.html b/docs/dyn/classroom_v1.courses.topics.html
index 7bf206f..57dc7f1 100644
--- a/docs/dyn/classroom_v1.courses.topics.html
+++ b/docs/dyn/classroom_v1.courses.topics.html
@@ -267,6 +267,8 @@
   An object of the form:
 
     { # Response when listing topics.
+    "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further
+        # results are available.
     "topic": [ # Topic items that match the request.
       { # Topic created by a teacher for the course
           "updateTime": "A String", # The time the topic was last updated by the system.
@@ -285,8 +287,6 @@
               # Read-only.
         },
     ],
-    "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further
-        # results are available.
   }</pre>
 </div>