[IMP] tell Sphinx to ignore README.rst rather than mark it as orphan
Provides better rendering on github
This commit is contained in:
parent
e272fe6361
commit
1577f53246
@ -1,5 +1,3 @@
|
|||||||
:orphan:
|
|
||||||
|
|
||||||
===========================
|
===========================
|
||||||
End-user Odoo documentation
|
End-user Odoo documentation
|
||||||
===========================
|
===========================
|
||||||
|
2
conf.py
2
conf.py
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user