Skip to content

Commit

Permalink
fix literalinclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson committed Apr 17, 2024
1 parent 812ace0 commit 16f4d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/rocks/use-django-extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use it, include ``extensions: [ django-framework ]`` in your

Example:

.. literalinclude:: code/use-django-extension/example/rockcraft.yaml
.. literalinclude:: ../code/use-django-extension/example/rockcraft.yaml
:language: yaml

Managing project files with the Django extension
Expand Down Expand Up @@ -43,7 +43,7 @@ the ``django-framework/install-app`` part to install the Django project in
the ``/django/app`` directory within the rock image and update the command
for the ``django`` service to point to the WSGI path of your project.

.. literalinclude:: code/use-django-extension/override_example/rockcraft.yaml
.. literalinclude:: ../code/use-django-extension/override_example/rockcraft.yaml
:language: yaml
:start-after: [docs:parts-start]
:end-before: [docs:parts-end]

0 comments on commit 16f4d5f

Please sign in to comment.