From 068e63223c1f59b0b716518d2edc08821325d67a Mon Sep 17 00:00:00 2001 From: Ioannis Magkanaris Date: Wed, 27 Sep 2023 11:18:30 -0400 Subject: [PATCH] Fix include files --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 55c33858f3..8bfe193232 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,7 +109,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints", "**.rst"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints", "**.md"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx"