Skip to content

Commit c33f6ce

Browse files
authored
Merge branch 'main' into add-sphinx-opengraph
2 parents 6357e3f + ea8f22f commit c33f6ce

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed
6.83 MB
Loading
7.37 MB
Loading

doc/source/_static/js/theme_and_background_switcher.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ const BG_MAP = {
33
"welcome-to-the-official-64-shades-world-chess-team-and-games-club": "the-big-issue",
44
"first-event": "first-event-second-game",
55
"harmegedo": "harmegedo",
6+
"history-of-64-shades": "history",
67
"second-event": "second-event",
78
"quaternity": "quaternity-wooden-set",
89
"the-first-challenger": "first-event-first-game",
9-
// Add more page IDs and their image paths here
10+
"third-event": "third-event-beers-in-play"
1011
};
1112

1213
const THEME_KEY = 'sphinx_theme_preference';

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ documentation for details.
2828

2929
first-event
3030
second-event
31+
third-event
3132

3233
.. toctree::
3334
:maxdepth: 2

doc/source/third-event.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Third Event
2+
===========

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pre-commit==4.3.0
2-
pylint==4.0.1
2+
pylint==4.0.2
33
pytest==8.4.2

0 commit comments

Comments
 (0)