- Jan 06, 2023
-
-
Benoit Chauvet authored
-
- Dec 19, 2022
-
-
Benoit Chauvet authored
-
Antoine Lambert authored
Add the standalone_package_doc sphinx tag when building standalone documentation of a swh package. It enables to conditionnally include content in package documentation, like indices and tables for instance. Related to T4496
-
- Dec 14, 2022
-
-
- Dec 12, 2022
-
-
- Dec 09, 2022
-
-
Antoine Lambert authored
Django settings modules were no longer filtered out from apidoc processing when building standalone swh package documentation.
-
- Dec 06, 2022
-
-
Antoine R. Dumont authored
-
- Nov 30, 2022
-
-
Antoine Lambert authored
Regression introduced in 2f5cbf0c as tox files use SPHINXOPTS environment variable to add custom sphinx options (like -W).
-
- Nov 29, 2022
-
-
vlorentz authored
-
Jérémy Bobbio (Lunar) authored
Thanks to douardda for noticing.
-
- Nov 28, 2022
-
-
Jérémy Bobbio (Lunar) authored
sphinx-design is an iteration on sphinx-panels and intends to replace it. It offers more interesting web components like cards which we will be happy to use for the landing page. Migration tips are available at: https://sphinx-design.readthedocs.io/en/rtd-theme/get_started.html#migrating-from-sphinx-panels
-
- Nov 23, 2022
-
-
Antoine R. Dumont authored
-
- Nov 22, 2022
-
-
Antoine R. Dumont authored
Since this got improved using an intermediary build-deps container.
-
- Nov 21, 2022
-
-
Antoine R. Dumont authored
-
- Nov 18, 2022
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This bootstraps the usual commands related to topics management.
-
- Nov 17, 2022
-
-
Antoine Lambert authored
Previously the file patterns that sphinx-apidoc must exclude, stored in the APIDOC_EXCLUDES variables, were expanded by the shell before executing the tool resulting in a really long list of files to exclude. Each time a file was processed by sphinx-apidoc, its path was compared against that long list of files which was significantly slowing down the apidoc generation process. So ensure file exclude patterns are quoted to avoid shell expansion and greatly speedup sphinx-apidoc execution.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Nov 14, 2022
-
-
Stefano Zacchiroli authored
-
vlorentz authored
-
- Nov 08, 2022
-
-
Antoine Lambert authored
Such files are not of interest for API documentation and can generate doc build errors. Since swh-web tests reorganization, we now have such file so we need to exclude it from apidoc processing.
-
- Nov 07, 2022
-
-
Vincent Sellier authored
Related to infra/sysadm-environment#4669
-
- Nov 03, 2022
-
-
Vincent Sellier authored
Related to infra/sysadm-environment#4647
-
- Oct 18, 2022
-
-
David Douard authored
- pre-commit from 4.1.0 to 4.3.0, - codespell from 2.2.1 to 2.2.2, - black from 22.3.0 to 22.10.0 and - flake8 from 4.0.1 to 5.0.4. Also freeze flake8 dependencies. Also change flake8's repo config to github (the gitlab mirror being outdated).
-
- Oct 12, 2022
-
-
Antoine Lambert authored
Those are not really useful as links to source codes are already present and are out of scope for a user documentation.
-
Antoine Lambert authored
Related to T3117
-
Antoine Lambert authored
Related to T3117
-
- Oct 04, 2022
-
-
Benoit Chauvet authored
-
- Sep 27, 2022
-
-
Antoine Lambert authored
Also ensure apt-transport-https package is installed.
-
Antoine Lambert authored
Current debian stable (bullseye) does not package postgresql-autodoc so remove it from packages list and add alternative install instructions.
-
Antoine Lambert authored
yarnpkg debian package does not play well with nodejs installed from nodesource so add instructions to install its latest version through its homemade debian package.
-
- Sep 15, 2022
-
-
Jérémy Bobbio (Lunar) authored
- Use the generic `virtual environment` instead of `virtualenv` and point to the official Python documentation. - Use the internal reference to the getting started doc. - Mention there is tons of good tips in the documentation about the Docker environment. - Update the link to the documentation on how to submit patches.
-