Skip to content

Commit

Permalink
Docs: Exclude README.md from Sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 10, 2023
1 parent cc3649d commit 281badb
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 @@ -24,7 +24,7 @@
extensions = ["myst_parser", "sphinx_rtd_theme"]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "README.md"]

suppress_warnings = ["app", "ref", "index"]

Expand Down

0 comments on commit 281badb

Please sign in to comment.