Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Aug 27, 2020
2 parents 1378042 + 6b2e10d commit 35d867e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5.1'
version = '1.5.2'
# The full version, including alpha/beta/rc tags.
release = '1.5.1'
release = '1.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions developer/themes/display_documents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Documents can have *name*, *description* and *copyright* (which can be translate
just access them using ``documentTranslations`` multiple relation
(``documentTranslations.first`` should always contain current context’ translation):

.. code-blocks:: html+jinja
.. code-block:: html+jinja

{% for document in nodeSource.documents %}
<div class="document-item">
Expand All @@ -295,7 +295,7 @@ Embed and non-HTML documents will not display automatically their thumbnails, ev
Native videos and audios will always try to display ``<video>`` or ``<audio>`` elements, so if you need to force
display their thumbnail image you’ll need to write it manually:

.. code-blocks:: html+jinja
.. code-block:: html+jinja

{% for document in nodeSource.documents %}
<div class="document-item">
Expand Down

0 comments on commit 35d867e

Please sign in to comment.