Skip to content

Commit

Permalink
Add project: update examples with newer build tools versions (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Nov 14, 2024
1 parent d08cb8d commit 0b4b8d3
Showing 1 changed file with 15 additions and 15 deletions.
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

0 comments on commit 0b4b8d3

Please sign in to comment.