Skip to content

Commit ff1ab14

Browse files
committed
Fixes invalid mkdocs config options.
1 parent fa0c209 commit ff1ab14

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ nav:
6666
- Coordinate System Data: documentation/coordinate_system_data.md
6767
- Active Point Result: documentation/active_point_result.md
6868
- Display Attribute: documentation/display_attribute.md
69+
- Connector Axis Item: documentation/connector_axis_item.md
6970
- Connector Axis Controller: documentation/connector_axis_controller.md
7071
- Dimension Controller: documentation/dimension_controller.md
7172
- Element Controller: documentation/element_controller.md
@@ -153,11 +154,9 @@ plugins:
153154
python:
154155
paths: [src] # Directory containing Python modules
155156
options:
156-
show_signature_annotations: true
157-
show_type_annotations: true
158-
docstring_style: google # Set the docstring style
159-
cross_reference: true # Enable cross-referencing to make links to classes, methods, and functions
160-
show_source: false # Disable source code display
157+
show_signature_annotations: true
158+
docstring_style: google
159+
show_source: false
161160

162161
extra:
163162
social:

0 commit comments

Comments
 (0)