Fix sphinx doc missing code blocks and warnings

The missing empty line after `.. code-block::` resulted in incorrectly
parsed restructuredtext (sphinx warnings) and the code blocks were not
generated in the html output.

The `exclude_patterns` change just silences the orphaned file warning.

[ci skip]
This commit is contained in:
Dean Moldovan
2016-08-16 01:26:02 +02:00
parent 94f2052d08
commit aebca12bb9
2 changed files with 7 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ language = None
# 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', 'release.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.