We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d975670 commit 5285a47Copy full SHA for 5285a47
tools/schemacode/docs/_templates/module.rst
@@ -11,7 +11,9 @@
11
:template: module.rst
12
:recursive:
13
{% for item in modules %}
14
+{% if item != 'tests' %}
15
{{ item }}
16
+{% endif %}
17
{%- endfor %}
18
{% endif %}
19
{% endblock %}
tools/schemacode/docs/conf.py
@@ -48,7 +48,7 @@
48
# List of patterns, relative to source directory, that match files and
49
# directories to ignore when looking for source files.
50
# This pattern also affects html_static_path and html_extra_path.
51
-exclude_patterns = ["_build", "tests"]
+exclude_patterns = ["_build"]
52
53
54
autosummary_mock_imports = [
0 commit comments