Skip to content

Commit

Permalink
Use smithy-build configuration for sphinx
Browse files Browse the repository at this point in the history
This updates the base smithy version to 1.41.0 to use the new ability
for integrations to have their own configuration for sphinx.
  • Loading branch information
JordonPhillips committed Nov 14, 2023
1 parent 2307860 commit bdb5ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smithyVersion=[1.39.1,2.0)
smithyVersion=[1.41.0,2.0)
smithyGradleVersion=0.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ public byte priority() {
return -128;
}

@Override
public void configure(DocSettings settings, ObjectNode integrationSettings) {
this.settings = SphinxSettings.fromNode(integrationSettings);
}

@Override
public List<DocFormat> docFormats(DocSettings settings) {
return List.of(
Expand Down

0 comments on commit bdb5ecf

Please sign in to comment.