Skip to content

Commit 4ffaca0

Browse files
committed
chore: Update Rust version to 1.78 in .readthedocs.yaml
1 parent ffcee3e commit 4ffaca0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
os: ubuntu-20.04
55
tools:
66
python: "3.10"
7-
rust: "1.55"
7+
rust: "1.78"
88

99
python:
1010
install:

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# -- Project information -----------------------------------------------------
66
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
77

8-
project = 'socha python client'
9-
copyright = '2023, maxblan'
10-
author = 'maxblan'
8+
project = 'python_player'
9+
copyright = '2024, Software-Challenge Germany'
10+
author = 'Software-Challenge Germany'
1111

1212
# -- General configuration ---------------------------------------------------
1313
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)