Skip to content

Commit

Permalink
Fixed apidocs templates for config-only modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kstone40 committed Aug 7, 2024
1 parent 1e93db8 commit a2a6267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:template: module.rst
:recursive:
{% for item in modules %}
{% if not item in ("obsidian.acquisition.aq_config", "obsidian.surrogates.surrogate_config", "obsidian.analysis") %}
{% if not item in ("aq_config", "surrogate_config", "obj_config") %}
{{ item }}
{%- endif %}
{%- endfor %}
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/module_shallow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
:template: module_shallow.rst
:recursive:
{% for item in modules %}
{% if not item in ("obsidian.acquisition.aq_config", "obsidian.surrogates.surrogate_config", "obsidian.analysis") %}
{% if not item in ("aq_config", "surrogate_config", "obj_config") %}
{{ item }}
{%- endif %}
{%- endfor %}
Expand Down

0 comments on commit a2a6267

Please sign in to comment.