Copilot commented on code in PR #128:
URL: https://github.com/apache/sedona-db/pull/128#discussion_r2370857033


##########
mkdocs.yml:
##########
@@ -137,23 +137,23 @@ plugins:
         background: white
         shadow: false
         manual: false
-   - tags
    - mkdocstrings:
-          handlers:
-               python:
-                    inventories:
-                         - https://docs.python.org/3/objects.inv
-                         - https://geopandas.org/en/stable/objects.inv
-                         - https://pandas.pydata.org/docs/objects.inv
-                    options:
-                         docstring_section_style: list
-                         docstring_style: google
-                         line_length: 80
-                         separate_signature: true
-                         show_root_heading: true
-                         show_signature_annotations: true
-                         show_source: false
-                         show_symbol_type_toc: true
-                         signature_crossrefs: true
-                         extra:
-                              paths: ['python']
+        handlers:
+           python:
+              inventories:
+                 - https://docs.python.org/3/objects.inv
+                 - https://geopandas.org/en/stable/objects.inv
+                 - https://pandas.pydata.org/docs/objects.inv
+              options:
+                 docstring_section_style: list
+                 docstring_style: google
+                 line_length: 80
+                 separate_signature: true
+                 show_root_heading: true
+                 show_signature_annotations: true
+                 show_source: false
+                 show_symbol_type_toc: true
+                 signature_crossrefs: true
+                 preload_modules:
+                 - sedonadb

Review Comment:
   The indentation for `preload_modules` and its list item is inconsistent. The 
list item `- sedonadb` should be indented further to align properly under 
`preload_modules`.
   ```suggestion
                      - sedonadb
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to