Skip to content

Commit

Permalink
Have Sphinx ignore ReadMe.md in docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Aug 30, 2022
1 parent cafcba3 commit 8a01f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
# Source parsing
root_doc = 'index' # start page
nitpicky = True # Warn about missing references?
exclude_patterns = ['ReadMe.md'] # Ignore ReadMe.md in this folder.

# Code documentation
autodoc_default_options = {
Expand Down

0 comments on commit 8a01f7b

Please sign in to comment.