Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit e341a5e

Browse files
authored
Use Python 3.12 to build documentation. (#8136)
* Use Python 3.12 to build documentation. * Changelog entry
1 parent 9d5df23 commit e341a5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1111
- [#7870](https://github.com/apache/trafficcontrol/pull/7870) *Traffic Portal*: Adds a hyperlink to the DSR page to the DS itself for ease of navigation.
1212
- [#7896](https://github.com/apache/trafficcontrol/pull/7896) *ATC Build system*: Count commits since the last release, not commits
1313
- [#7927](https://github.com/apache/trafficcontrol/pull/7927) *Traffic Stats*: Migrate dynamic scripted Grafana Dashboards to Scenes
14+
- [#8136](https://github.com/apache/trafficcontrol/pull/8136) *Docs*: Update Python version from 3.8 to 3.12.
1415

1516
### Changed
1617
- [#7614](https://github.com/apache/trafficcontrol/pull/7614) *Traffic Ops* The database upgrade process no longer overwrites changes users may have made to the initially seeded data.

infrastructure/docker/build/Dockerfile-docs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN if [[ ${RHEL_VERSION%%.*} -ge 8 ]]; then \
5151
ADD docs/source/requirements.txt /docs.requirements.txt
5252
RUN yum -y install \
5353
pandoc \
54-
python38 \
55-
python38-pip \
54+
python3.12 \
55+
python3.12-pip \
5656
make && \
5757
yum -y clean all
5858
RUN python3 -m pip install --upgrade setuptools && \

0 commit comments

Comments
 (0)