[IMP] tell Sphinx to ignore README.rst rather than mark it as orphan

Provides better rendering on github
This commit is contained in:
Xavier Morel 2015-07-09 16:50:44 +02:00
parent e272fe6361
commit 1577f53246
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
:orphan:
=========================== ===========================
End-user Odoo documentation End-user Odoo documentation
=========================== ===========================

View File

@ -72,7 +72,7 @@ today_fmt = '%B %d, %Y'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # 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 # The reST default role (used for this markup: `text`) to use for all
# documents. # documents.