Skip to content

Commit

Permalink
Update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Apr 16, 2024
1 parent b6125b3 commit 31ea567
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/source/upgrade/1-6-to-1-7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Upgrade to version 1.7

Here are the main breaking changes between the 1.6 and 1.7 versions.


#. Update the following Python dependencies in `docs/pyproject.toml`:
#. Update the following Python dependencies in ``docs/pyproject.toml``:

.. code-block::
Expand All @@ -29,3 +28,12 @@ Here are the main breaking changes between the 1.6 and 1.7 versions.
.. literalinclude:: _partials/docs-pages-1.7.yml

#. The theme no longer supports Amplify. If your project includes the ``.github/actions/amplify-enhanced`` directory, the ``.github/workflows/docs-amplify-enhanced.yml`` workflow, or an ``amplify.yml`` file, consider removing them and move to the new approach. For more information, see :doc:`Pull requests previews <../deployment/previews>`.

#. Build the docs locally:

.. code-block:: console
cd docs
make preview
#. Review and address any warnings that may arise in the terminal during the build process.

0 comments on commit 31ea567

Please sign in to comment.