Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions readthedocsext/theme/templates/projects/import_config.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "projects/import_base.html" %}
{% load i18n %}
{% load blocktrans trans from i18n %}

{% block project_add_subheader %}
{% trans "Add a configuration file to your project" %}
Expand Down Expand Up @@ -58,9 +58,9 @@

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
python: "3.13"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down Expand Up @@ -97,9 +97,9 @@

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
python: "3.13"

# Build documentation with Mkdocs
mkdocs:
Expand Down Expand Up @@ -136,9 +136,9 @@

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
nodejs: "19"
nodejs: "22"

commands:
# Install Docusaurus dependencies
Expand Down Expand Up @@ -173,9 +173,9 @@

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
python: "3.13"

commands:
# Install Pelican and its dependencies
Expand Down Expand Up @@ -207,7 +207,7 @@

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
ruby: "3.3"

Expand Down Expand Up @@ -242,16 +242,16 @@

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
# Specify the language and version your project requires,
# by uncommenting one of the following tools.
#
# python: "3.12"
# python: "3.13"
# ruby: "3.3"
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
# nodejs: "22"
# rust: "1.82"
# golang: "1.23"

commands:
# Write down your commands here to:
Expand Down