summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-12-14 13:35:59 +0100
committerFlorian Dold <florian@dold.me>2020-12-14 13:36:40 +0100
commitcf29c27e4b3155a41106316d91f5497a068b7856 (patch)
tree2989de4f786a6331c89a3e4bbebebd3550fe7c40
parenta8c68cc744b0a59fcebdfff836368393c6fd0df4 (diff)
downloaddocs-cf29c27e4b3155a41106316d91f5497a068b7856.tar.gz
docs-cf29c27e4b3155a41106316d91f5497a068b7856.tar.bz2
docs-cf29c27e4b3155a41106316d91f5497a068b7856.zip
exclude README.md from sphinx build
This file is always meant to be a README for the documentation writers, and not part of the documentation output.
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index c1de8edc..321a1c66 100644
--- a/conf.py
+++ b/conf.py
@@ -100,7 +100,7 @@ release = '0.8.0pre0'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt']
+exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt', '**/README.md']
# The reST default role (used for this markup: `text`) to use for all
# documents.