Griatch
41e41320c2
Fixing typo in deploy
2025-08-15 19:47:11 +02:00
Griatch
6792bee11d
Change to doc deploy script to account for not using sphinx-multiversion
2025-08-15 19:38:37 +02:00
Griatch
d26eaff652
Update doc build script
2025-08-15 18:47:44 +02:00
Griatch
524465eaa5
Apply md changes after sphinx version update
2025-08-15 18:37:58 +02:00
Griatch
3ef3cf3217
Merge branch 'docs-toolchain-upgrade' of github.com:PowershellNinja/evennia into PowershellNinja-docs-toolchain-upgrade
2025-08-15 18:10:17 +02:00
PowershellNinja
0031d820f2
Update to Sphinx 8.x. Update to myST 4.x. Fix conf.py.
2025-08-14 20:56:34 +02:00
Griatch
0fbfe028fc
Update md files
2025-08-14 17:38:06 +02:00
Griatch
f1fc8343b7
Merge branch 'docs-toolchain-upgrade' of github.com:PowershellNinja/evennia into PowershellNinja-docs-toolchain-upgrade
2025-08-14 16:46:33 +02:00
PowershellNinja
e90e568475
Upgrade Sphinx docs toolchain: modern CSS, version sidebar, and search fixes
...
- Remove legacy CSS and templates.
- Add custom.css ported from live nature theme for Sphinx 7.x.
- Update conf.py, drop sphinx-multiversion.
- Fix SearchBar and Doc Versions sidebar.
- Update requirements.txt to latest stable module versions.
2025-08-04 19:37:20 +02:00
holl0wstar
63305dbf69
Update HAProxy Config Docs
...
Add explanation / config example for HAProxy on how to proxy Telnet through it, so Secure Telnet can be used instead of just regular telnet.
2025-07-24 15:42:45 -03:00
Griatch
9024f804f9
Evennia 5.0.1 patch release
2025-07-02 15:26:30 +02:00
Griatch
9ac061b109
Evennia 5.0.0 major release
2025-07-01 10:12:08 +02:00
Griatch
867b8c68cf
Update Changelog and contrib docs
2025-06-30 17:10:52 +02:00
Griatch
3ea57fd901
Merge branch 'debugpy' of github.com:electroglyph/evennia into electroglyph-debugpy
2025-05-25 10:57:47 +02:00
Griatch
0460981e36
Merge pull request #3784 from BlaneWins/patch-1
...
Update Beginner-Tutorial-Creating-Things.md
2025-04-26 13:04:38 +02:00
Griatch
a00a7503fb
Merge pull request #3786 from Problematic/patch-1
...
Update Locks.md
2025-04-26 13:02:06 +02:00
Griatch
ea51a4d3ca
Merge pull request #3766 from jaborsh/typos
...
Resolving Syntax Error in Spawner/Prototypes Doc
2025-04-26 12:32:46 +02:00
Griatch
fd4ff02ddb
Merge pull request #3763 from 0xDEADFED5/typos
...
typo fixes
2025-04-26 12:31:45 +02:00
Griatch
bf06a41d36
Some minor rephrasing to i18n doc; also removing recommendation to use %s style
2025-04-26 12:30:56 +02:00
Derek Stobbe
761886a477
Update Locks.md
...
Include description of tag lockfuncs
2025-04-10 12:53:07 -06:00
Blane Winstead
0418e6076e
Update Beginner-Tutorial-Creating-Things.md
...
Fix typo and grammar for section about linking exits.
2025-04-09 18:21:30 -05:00
0xDEADFED5
985a7d7bea
debugpy contrib
2025-04-02 22:36:47 -07:00
Jake
8d7a19136d
Resolving Syntax Error in Spawner/Prototypes Doc
2025-03-30 18:51:07 -07:00
0xDEADFED5
27a25929e4
typo fixes
2025-03-30 01:18:11 -07:00
JohniFi
c7981a7986
Update Internationalization.md
2025-03-29 15:03:55 +01:00
Griatch
5b2963fc46
Add warning for failures in the Quest tutorial lesson (not yet complete)
2025-03-23 21:36:45 +01:00
Griatch
bf0c7bc5c9
Update sittable object tutorial to correct use of preposition. Resolve #734
2025-03-15 08:33:52 +01:00
Griatch
4269745d3e
More fixing to the tutorial
2025-02-20 09:05:35 +01:00
Griatch
c1794bb17e
Update django queries tutorial
2025-02-19 20:09:07 +01:00
Griatch
d36c5d8fd5
Another typo fix on the Unit testing doc page
2025-02-15 18:23:07 +01:00
Griatch
dab0ec7b58
Clean up the Unit testing doc
2025-02-15 18:10:00 +01:00
Griatch
db20d74605
Fix skull->coin typo in search tutorial. Resolve #3675
2025-02-15 17:48:13 +01:00
Griatch
4af63a0b06
Better explain on utlity tutorial use of ABILITY_REVERSE_MAP. Resolve #3680
2025-02-15 17:36:25 +01:00
Griatch
e81d40d95e
Flesh out the evadventure tutorial about the _OBJ_STATS, to be clearer for beginners. Resolve #3681
2025-02-15 17:27:27 +01:00
Griatch
1a61c20f06
Fix doc typo. Resolve #3708
2025-02-15 17:11:26 +01:00
Griatch
01d6eec036
Fix bare hands in npc example. Resolve #3709
2025-02-15 17:05:39 +01:00
Griatch
25185a6b2c
Update changelog/docs
2025-02-15 11:26:01 +01:00
Griatch
5e19e326e0
Update changelog
2025-02-02 20:04:42 +01:00
Griatch
55230e9446
Merge pull request #3722 from InspectorCaracal/patch-40
...
Minor code typo in handler docs
2025-02-02 19:58:40 +01:00
InspectorCaracal
3669357181
fix docs typo
2025-01-28 10:11:05 -07:00
0xDEADFED5
10146449b7
remove twistd.bat creation and usage
2025-01-24 21:46:34 -08:00
Griatch
a2bb02c82c
Updated Changelog
2025-01-18 16:25:19 +01:00
Griatch
a921660fd0
Make tutorial-world buildable by Developer.
...
Make use of .ndb.batch_batchmode to avoid affecting the builder (document this). Resolve #3688 .
Clean up OnDemandTasks' categories before saving, in case it was an object that was deleted
2025-01-18 16:03:20 +01:00
Griatch
f34c707826
Update Mac Troubleshooting, as per #3704
2025-01-18 12:24:47 +01:00
Griatch
284fb68553
Update troubleshooting page
2024-12-19 09:51:43 +01:00
Griatch
fb0fa25536
Fix armchair tutorial code example to match repo
2024-12-19 09:27:24 +01:00
Griatch
40aac81314
Update CHANGELOG
2024-12-15 16:11:54 +01:00
Griatch
1ad1cf9fc1
Some fixes to the changelog
2024-11-12 10:52:16 +01:00
Griatch
3965de8d16
Evennia 4.5.0 minor release
2024-11-12 10:39:35 +01:00
Griatch
1da8759db9
Update CHANGELOG
2024-11-11 21:06:04 +01:00