From 1577f53246bbb88088d186cbb5368a9dfc9c677c Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 9 Jul 2015 16:50:44 +0200 Subject: [PATCH] [IMP] tell Sphinx to ignore README.rst rather than mark it as orphan Provides better rendering on github --- README.rst | 2 -- conf.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0f13956fc..dc14ba497 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,3 @@ -:orphan: - =========================== End-user Odoo documentation =========================== diff --git a/conf.py b/conf.py index 00f15d49e..387322d1f 100644 --- a/conf.py +++ b/conf.py @@ -72,7 +72,7 @@ today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ['_build', 'README.*'] # The reST default role (used for this markup: `text`) to use for all # documents.