docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/sheets_v4.spreadsheets.sheets.html b/docs/dyn/sheets_v4.spreadsheets.sheets.html
index a6878bb..0d74ded 100644
--- a/docs/dyn/sheets_v4.spreadsheets.sheets.html
+++ b/docs/dyn/sheets_v4.spreadsheets.sheets.html
@@ -117,16 +117,14 @@
         # (If the sheet is an object sheet, containing a chart or image, then
         # this field will be absent.)
         # When writing it is an error to set any grid properties on non-grid sheets.
+      "rowCount": 42, # The number of rows in the grid.
+      "columnCount": 42, # The number of columns in the grid.
+      "frozenRowCount": 42, # The number of rows that are frozen in the grid.
       "rowGroupControlAfter": True or False, # True if the row grouping control toggle is shown after the group.
       "hideGridlines": True or False, # True if the grid isn't showing gridlines in the UI.
       "frozenColumnCount": 42, # The number of columns that are frozen in the grid.
       "columnGroupControlAfter": True or False, # True if the column grouping control toggle is shown after the group.
-      "rowCount": 42, # The number of rows in the grid.
-      "frozenRowCount": 42, # The number of rows that are frozen in the grid.
-      "columnCount": 42, # The number of columns in the grid.
     },
-    "sheetId": 42, # The ID of the sheet. Must be non-negative.
-        # This field cannot be changed once set.
     "tabColor": { # Represents a color in the RGBA color space. This representation is designed # The color of the tab in the UI.
         # for simplicity of conversion to/from color representations in various
         # languages over compactness; for example, the fields of this representation
@@ -246,6 +244,9 @@
         #     };
         #
         #     // ...
+      "red": 3.14, # The amount of red in the color as a value in the interval [0, 1].
+      "green": 3.14, # The amount of green in the color as a value in the interval [0, 1].
+      "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1].
       "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is,
           # the final pixel color is defined by the equation:
           #
@@ -257,10 +258,9 @@
           # possible to distinguish between a default value and the value being unset.
           # If omitted, this color object is to be rendered as a solid color
           # (as if the alpha value had been explicitly given with a value of 1.0).
-      "red": 3.14, # The amount of red in the color as a value in the interval [0, 1].
-      "green": 3.14, # The amount of green in the color as a value in the interval [0, 1].
-      "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1].
     },
+    "sheetId": 42, # The ID of the sheet. Must be non-negative.
+        # This field cannot be changed once set.
     "rightToLeft": True or False, # True if the sheet is an RTL sheet instead of an LTR sheet.
     "tabColorStyle": { # A color value. # The color of the tab in the UI.
         # If tab_color is also set, this field takes precedence.
@@ -384,6 +384,9 @@
           #     };
           #
           #     // ...
+        "red": 3.14, # The amount of red in the color as a value in the interval [0, 1].
+        "green": 3.14, # The amount of green in the color as a value in the interval [0, 1].
+        "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1].
         "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is,
             # the final pixel color is defined by the equation:
             #
@@ -395,9 +398,6 @@
             # possible to distinguish between a default value and the value being unset.
             # If omitted, this color object is to be rendered as a solid color
             # (as if the alpha value had been explicitly given with a value of 1.0).
-        "red": 3.14, # The amount of red in the color as a value in the interval [0, 1].
-        "green": 3.14, # The amount of green in the color as a value in the interval [0, 1].
-        "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1].
       },
     },
     "hidden": True or False, # True if the sheet is hidden in the UI, false if it's visible.