Skip to content

Commit

Permalink
Exclude README.md from Sphinx sources
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Oct 20, 2023
1 parent 4f26209 commit aecf146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def add_ext_to_path():

source_suffix = {".rst": "restructuredtext", ".md": "markdown"}

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".venv"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".venv", "README.md"]
suppress_warnings = [
# Pygments does not fully support language features we use
# in code blocks in the documentation. Unfortunately the best
Expand Down

0 comments on commit aecf146

Please sign in to comment.