From f2b2bab0a3fc15e43b73a0ab72a6183b708246d2 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Mon, 4 Dec 2023 23:56:19 +0100 Subject: [PATCH] don't exclude reference in the real build --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8d19408a6f3..b2ddd4f1976 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ def get_latest_version(): ".md": "markdown", } templates_path = sphinx_compas_theme.get_autosummary_templates_path() + ["_templates"] -exclude_patterns = ["_build", "**.ipynb_checkpoints", "_notebooks", "**/__temp", "reference/**", "**/__old"] +exclude_patterns = ["_build", "**.ipynb_checkpoints", "_notebooks", "**/__temp", "**/__old"] # pygments_style = "sphinx" # pygments_dark_style = "monokai"