Skip to content

Commit

Permalink
Update docs build to Python 3.11. Fix a few warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Mar 11, 2024
1 parent 7590b0e commit 9671d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/attribution/0001-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ link element.


Product Downloads
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~

.. Important::

Expand Down
2 changes: 1 addition & 1 deletion docs/redirects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ and to it you can add both a ``product`` and ``campaign`` query parameter. For
example, the following URL would redirect to either Firefox on the Apple App Store
or on the Google Play Store, with the specified campaign parameter.

.. code_block::
.. code-block::
https://www.mozilla.org/firefox/browsers/mobile/app/?product=firefox&campaign=firefox-whatsnew
Expand Down

0 comments on commit 9671d0b

Please sign in to comment.