Currently, the project documentation is rebuilt manually on each merge. If we don't constantly monitor openEMS-Project.git on every commit, the documentation may get outdated. For example, the Matlab/Octave documentation I submitted didn't show up on the website for several months. I don't think that asking @thliebig to rebuild the documentation on every merge is sustainable.
ReadTheDocs.org is a documentation build automation service, which can be triggered by a GitHub Actions. This is widely used by many FOSS projects such as numpy, We should consider using it to automate documentation update.
Currently, the project documentation is rebuilt manually on each merge. If we don't constantly monitor
openEMS-Project.giton every commit, the documentation may get outdated. For example, the Matlab/Octave documentation I submitted didn't show up on the website for several months. I don't think that asking @thliebig to rebuild the documentation on every merge is sustainable.ReadTheDocs.org is a documentation build automation service, which can be triggered by a GitHub
Actions. This is widely used by many FOSS projects such asnumpy, We should consider using it to automate documentation update.