2026-04-10T00:29:40 Hi, anybody here knows how to build the source documentation? I'm trying to follow the instructions from /docs/README.md but the docker image is giving me some problems. I ran /docs/prepare_docker_image.sh and I got this output. Don't know if I'm doing something wrong [user@minipc->docs]$ ./prepare_docker_image.sh ~/Dev/projects/openmw/openmw/docs ~/Dev/projects/openmw/openmw/docs Emulate Docker CLI using 2026-04-10T00:29:40 podman. Create /etc/containers/nodocker to quiet msg. STEP 1/8: FROM readthedocs/build:latest Resolved "readthedocs/build" as an alias (/home/user/.cache/containers/short-name-aliases.conf) Trying to pull docker.io/readthedocs/build:latest... Getting image source signatures Copying blob 78d976e60efe done | Copying blob 19a861ea6baf done | Copying blob 5c939e3a4d10 done | Copying blob 651c9d2d6c4f done | Copying blob 2026-04-10T00:29:41 8dbd8a6a0dd1 done | Copying blob c63719cdbe7a done | Copying blob 7d0e5c4268ea done | Copying blob 6fed97733305 done | Copying blob 50999d891c7c done | Copying blob d6eb96a7757d done | Copying blob 89675f277b81 done | Copying blob bd26a71a3fac done | Copying blob 348d5a469736 done | Copying blob 85f68622c938 done | Copying blob cf5a17d7bfa9 done | Copying blob 94e246cb46ef done | Copying blob 2026-04-10T00:29:41 03db0b203450 done | Copying blob 676a0de4a345 done | Copying blob 5d6855199c94 done | Copying blob db4def53d361 done | Copying blob 7f6cd16f3f71 done | Copying blob e0ab32e09867 done | Copying blob fe39afcec723 done | 2026-04-10T00:29:44 Copying blob c21b98b3e878 done | Copying blob d0a944678bae done | Copying blob 448fcbf1b41d done | Copying blob b01d519a2b7c done | Copying blob 5bbb5b4a6726 done | Copying blob 4000d8d725ca done | Copying blob 3adc9058d53c done | Copying config b160e452c7 done | Writing manifest to image destination STEP 2/8: ENV HOME="/home/docs" --> 64632a40261b STEP 3/8: RUN touch 2026-04-10T00:29:45 /home/docs/omw_luadoc_docker --> d3adf48fe9f1 STEP 4/8: COPY requirements.txt ./ --> 47c634918aef STEP 5/8: RUN pip3 install -r requirements.txt Collecting git+https://github.com/glassmancody/sphinxawesome-theme.git@openmw (from -r requirements.txt (line 6)) Cloning https://github.com/glassmancody/sphinxawesome-theme.git (to revision openmw) to /tmp/pip-req-build-7jbdjn Running command git clone -q 2026-04-10T00:29:45 https://github.com/glassmancody/sphinxawesome-theme.git /tmp/pip-req-build-7jbdjn Running command git checkout -b openmw --track origin/openmw Switched to a new branch 'openmw' Branch 'openmw' set up to track remote branch 'openmw' from 'origin'. Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to 2026-04-10T00:29:46 build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' ERROR: Package 'sphinxawesome-theme-6.0.0b3' requires a different Python: 3.8.0 not in '>=3.9' WARNING: You are using pip version 20.0.1; however, version 25.0.1 is available. You should consider upgrading via the '/home/docs/.pyenv/versions/3.8.0/bin/python3.8 -m pip install --upgrade pip' 2026-04-10T00:29:46 command. Error: building at STEP "RUN pip3 install -r requirements.txt": while running runtime: exit status 1 ~/Dev/projects/openmw/openmw/docs 2026-04-10T00:49:36 Don't mind what I said, just realized those were the instructions for the online docs 2026-04-10T18:06:19 I'm getting some crashes sometimes when using the flatpak, but I don't see any crash log in a couple tmp DIRs. 2026-04-10T18:06:31 Just wondering where it is. 2026-04-10T18:07:23 There is nothing in /tmp or the tmp in the .var dir. 2026-04-10T18:07:36 <.arrean> should be alongside your config file 2026-04-10T18:08:12 <.arrean> > Flatpak sets $XDG_CONFIG_HOME to $HOME/.var/app/$FLATPAK_ID/config, so these files will be at $HOME/.var/app/org.openmw.OpenMW/config/openmw if you use the Flatpak. 2026-04-10T18:08:16 <.arrean> https://openmw.readthedocs.io/en/stable/reference/modding/paths.html 2026-04-10T18:08:29 <.arrean> I may be wrong, but look there 2026-04-10T18:09:47 I don't see it there... 2026-04-10T18:10:12 https://cdn.discordapp.com/attachments/260443579908882434/1492225199368568862/Screenshot_From_2026-04-10_13-09-35.png?ex=69da8e83&is=69d93d03&hm=8c4497a4c90572f08d562cf7134d015292de8912ea8d0b0a5d312777fd72d707& 2026-04-10T18:11:16 <.arrean> I mean. find / -type f -iname "openmw-crash.log" 2026-04-10T18:11:38 <.arrean> may take a moment 2026-04-10T18:11:44 <.arrean> but should locate it if it exists 2026-04-10T18:16:19 It was in /run 2026-04-10T18:16:29 Thanks for the help.