Skip to content

Commit

Permalink
Fixed search error in the documentation frontend (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaruland authored Aug 22, 2023
1 parent c88f41b commit 43030d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"sphinx_click",
"sphinx_copybutton",
"myst_parser",
"sphinxcontrib.jquery",
]

# Configuration options for plot_directive. See:
Expand Down Expand Up @@ -208,7 +209,6 @@


def generate_schema_documentation(header, schema, target):

# header
with open(header, "r") as f:
header_md = f.readlines()
Expand Down

0 comments on commit 43030d5

Please sign in to comment.