Skip to content

Commit

Permalink
Fix inpfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 25, 2024
1 parent f0d4fff commit 877d75a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,6 @@
primary_domain = "cpp"

def setup(app):
app.add_object_type("cmakeval", "cmakeval",
objname="CMake configuration value",
indextemplate="pair: %s; CMake configuration")
app.add_object_type("input_param", "input_param",
objname="Nalu-Wind input parameter",
indextemplate="pair: %s; Nalu-Wind input parameter")
app.add_object_type("inpfile", "inpfile",
objname="Nalu-Wind Input File Parameter",
indextemplate="pair: %s; Nalu-Wind Input File Parameter")

0 comments on commit 877d75a

Please sign in to comment.