| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-29 | docs: increase timeout for validate_links.py | Sam James | |
| The script internally has a timeout of 60s, so the default of 30 on the meson side is too aggressive. Crank it up to 65. | |||
| 2025-06-16 | docs: Generate the devhelp file from the documentation | Corentin Noël | |
| Allows to browse the documentation offline. | |||
| 2025-01-20 | docs: do not require aiohttp to build | Eli Schwartz | |
| It pulls in 22 (!!!) dependencies and is only needed in CI for a trivial lint of the HTML docs. This is a big problem for people that simply want to compile the manpage. Let the tests fail at test time if this dependency isn't available. Fixes: 74aab8a42c479cdeeda9371dbd591a19d070c48e | |||
| 2025-01-19 | docs: Add a test to validate URLs in markdown/Users.md | Daniele Nicolodi | |
| Avoid piling up dead URLs. | |||
| 2023-05-09 | docs: mention additional python modules needed for building | Eli Schwartz | |
| Also check that they are available in meson.build. Closes #11772 | |||
| 2023-05-09 | docs: make the man page installable | Eli Schwartz | |
| Users now have the *option* to run the documentation build and use `meson install` to install man pages. | |||
| 2023-05-09 | docs: add option to skip building HTML docs | Eli Schwartz | |
| Reorder meson targets to handle those all at the end, and exit early if HTML documentation is disabled. This makes it possible to build just the manpage, without hotdoc installed. | |||
| 2023-05-09 | docs: add meson option to use the unsafe loader | Eli Schwartz | |
| 2023-05-09 | Enable fatal warnings in HotDoc when building website. | Jussi Pakkanen | |
| 2022-05-24 | doc: Generate dev release notes | Xavier Claessens | |
| 2022-04-14 | docs: make upload target depend on building the docs | Eli Schwartz | |
| Manually running hotdoc's upload command does not guarantee the docs have actually been built. | |||
| 2022-01-06 | add man page generation to build | Stone Tickle | |
| 2021-10-26 | doc: Requires hotdoc >=0.13.7 | Xavier Claessens | |
| Building documentation fails with older hotdoc versions. | |||
| 2021-10-09 | docs: GitHub Action up the JSON docs | Daniel Mensinger | |
| 2021-10-04 | docs: Temporarily disable modules and move RefMan --> Reference-manual | Daniel Mensinger | |
| 2021-10-03 | docs: Use a custom hotdoc extension for links to RefMan | Daniel Mensinger | |
| 2021-10-03 | docs: Hook up the new RefMan generator to Meson | Daniel Mensinger | |
| 2021-06-02 | docs: Fix typo in github pages repo URL | Xavier Claessens | |
| 2021-06-02 | ci: Automatically update website when pushing to master | Xavier Claessens | |
| 2021-01-10 | Hotdoc: use template for Commands.md instead of generating the entire file ↵ | Eli Schwartz | |
| (#8154) * doc: fix hotdoc misuse for dynamically generated content hotdoc has a native include feature for including files inline. Use this to generate one file for each dynamically generated code block, and include that file in Commands.md; see: https://hotdoc.github.io/syntax-extensions.html#smart-file-inclusion-syntax This permits us to move back to using the in-tree version of the hotdoc *.md sources, thus fixing the incorrect inclusion of "builddir/" in the "Edit on github" links which resulted from using copies as the source. Fixes #8061 * doc: call the dummy file a "stamp" as it is a better known term | |||
| 2020-12-10 | docs: fix "edit on GitHub" links | Thomas Weißschuh | |
| 2020-06-30 | Made Commands.md dynamically generated (#7346) | TheQwertiest | |
| 2018-09-13 | Upgrade to newest hotdoc. [skip ci] | Jussi Pakkanen | |
| 2018-08-28 | docs: Use meson to build documentation | Thibault Saunier | |
| Let's eat our own dogfood. | |||
