Skip to content

Commit

Permalink
don't exclude reference in the real build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 4, 2023
1 parent dc3f549 commit f2b2bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2b2bab

Please sign in to comment.