From 3e7f7b9292ca1dc113cb6327dbaef03b5f1893e1 Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Sun, 2 Feb 2025 19:08:42 +0000 Subject: [PATCH] Updated HTML docs. --- docs/latest/.buildinfo | 2 +- docs/latest/Coding/Changelog.html | 7 ++++++ docs/latest/_sources/Coding/Changelog.md.txt | 12 ++++++++++ .../api/evennia.commands.default.account.html | 4 ++-- ...evennia.commands.default.batchprocess.html | 4 ++-- .../evennia.commands.default.building.html | 12 +++++----- .../api/evennia.commands.default.general.html | 20 ++++++++-------- .../api/evennia.commands.default.tests.html | 2 +- .../evennia.commands.default.unloggedin.html | 12 +++++----- ....base_systems.email_login.email_login.html | 12 +++++----- ...b.base_systems.ingame_python.commands.html | 4 ++-- ...b.base_systems.ingame_reports.reports.html | 4 ++-- ...systems.mux_comms_cmds.mux_comms_cmds.html | 4 ++-- ...rib.full_systems.evscaperoom.commands.html | 24 +++++++++---------- ...ame_systems.achievements.achievements.html | 4 ++-- ...ia.contrib.game_systems.barter.barter.html | 4 ++-- ...ontrib.game_systems.clothing.clothing.html | 4 ++-- ...trib.grid.extended_room.extended_room.html | 4 ++-- .../api/evennia.contrib.rpg.dice.dice.html | 4 ++-- ...evennia.contrib.rpg.rpsystem.rpsystem.html | 4 ++-- ...b.tutorials.evadventure.combat_twitch.html | 4 ++-- ...ontrib.tutorials.evadventure.commands.html | 8 +++---- ...ntrib.tutorials.red_button.red_button.html | 16 ++++++------- ...trib.tutorials.tutorial_world.objects.html | 12 +++++----- ...ontrib.tutorials.tutorial_world.rooms.html | 12 +++++----- ...utils.git_integration.git_integration.html | 4 ++-- docs/latest/api/evennia.utils.eveditor.html | 4 ++-- docs/latest/api/evennia.utils.evmenu.html | 4 ++-- docs/latest/api/evennia.utils.evmore.html | 4 ++-- docs/latest/searchindex.js | 2 +- 30 files changed, 118 insertions(+), 99 deletions(-) diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo index 6154368eb4..e292a48856 100644 --- a/docs/latest/.buildinfo +++ b/docs/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 71f63b96f53e8b6e3a0844ce55b29674 +config: 5ef25f0ebe2ed158f69cecebe2b2de69 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html index 3067075d89..40da3e1d68 100644 --- a/docs/latest/Coding/Changelog.html +++ b/docs/latest/Coding/Changelog.html @@ -203,9 +203,13 @@

Changelog

Main branch

+

Updated dependencies: Twisted >24 (<25). Python 3.10, 3.11, 3.12, 3.13. Will +drop 3.10 support as part of next major release.