Skip to content

Commit

Permalink
Merge pull request #758 from readthedocs/davidfischer/python310-ubunt…
Browse files Browse the repository at this point in the history
…u22-upgrade

Ubuntu 22.04 - Python 3.10 upgrade
  • Loading branch information
ericholscher committed Jul 11, 2023
2 parents 4ac84ae + 573bdcf commit bd0a8bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker-compose/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND noninteractive
ENV LANG en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
4 changes: 2 additions & 2 deletions docs/developer/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ This section is more to document steps than to encourage you to develop outside
Requirements
~~~~~~~~~~~~

- Python 3.8
- Nodejs (tested with v12.3)
- Python 3.10
- Nodejs (tested with v14)

Front-end assets
~~~~~~~~~~~~~~~~
Expand Down
9 changes: 3 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ reorder-python-imports>=2.6.0,<3.0
pre-commit==2.17.0

# Sphinx for docs
Sphinx<4.0
Sphinx >=6.0, <7.0
sphinx-autobuild==2021.3.14
sphinx-rtd-theme
sphinxcontrib-httpdomain==1.8.0
# Various doc issues with the latest Jinja with Sphinx
Jinja2<3.0
MarkupSafe<2.0
sphinx-rtd-theme== 1.2.2
sphinxcontrib-httpdomain==1.8.1

# Various testing tools
pytest==7.0.0
Expand Down

0 comments on commit bd0a8bf

Please sign in to comment.