Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Build the Docker image
run: docker build -t decred/dcrdocs:$(date +%s) .

6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.13]
python-version: [3.14]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM python:3.13
FROM python:3.14

LABEL description="dcrdocs build"
LABEL version="1.0"
Expand All @@ -26,7 +26,7 @@ ENV DCRDOCS_CARDS="true"
RUN ./bin/build_docs.sh

# Serve image (stable nginx version)
FROM nginx:1.26-alpine
FROM nginx:1.28-alpine

LABEL description="dcrdocs serve"
LABEL version="1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

In order to develop on `dcrdocs` you will need [Python](https://www.python.org/)
installed on your system.
Version 3.13 is recommended because this is the version used by the live site,
Version 3.14 is recommended because this is the version used by the live site,
however MkDocs does also support versions 3.8 and later.
Python 2 is not supported.

Expand Down
4 changes: 2 additions & 2 deletions docs/about/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dcrdocs is licensed under the [copyfree](http://copyfree.org) ISC License.

---

Copyright © 2013-2015 The btcsuite developers.
Copyright © 2015-2024 The Decred developers.
Copyright © 2013-2015 The btcsuite developers.
Copyright © 2015-2025 The Decred developers.

Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material==9.6.11
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==9.7.0
mkdocs-markdownextradata-plugin==0.2.6