Skip to content

Commit 895e861

Browse files
committed
Fix deprecated code
1 parent f0489e9 commit 895e861

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.readthedocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.12"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py
1116

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
1617
# Optionally build your docs in additional formats such as PDF and ePub
1718
formats: all
1819

1920
# Optionally set the version of Python and requirements required to build your docs
2021
python:
21-
version: 3.8
2222
install:
2323
- requirements: docs/requirements.txt

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2012-2023, Christophe Demko
3+
Copyright (c) 2012-2024, Christophe Demko
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chdemko/sorted-collections",
33
"type": "library",
4-
"description": "Sorted Collections for PHP >= 5.5",
4+
"description": "Sorted Collections for PHP >= 8.1",
55
"keywords": ["collection","set","tree","map","sorted","ordered","iterator","treeset","treemap","avl"],
66
"homepage": "https://php-sorted-collections.readthedocs.io/en/latest/?badge=latest",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)