- Jan 17, 2023
- Jan 16, 2023
-
-
Antoine Lambert authored
It simplifies documentation build configuration as the include path might change depending on where the sphinx-build command is invoked.
-
- Jan 13, 2023
-
-
David Douard authored
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
These changes allow to build all SWH documentations (developmment, system administration and user) using a single sphinx-build command, meaning they are now merged into a single one with shared index of references. Development documentation is now rooted to docs/devel, user one to docs/user and sysadmin one to docs/sysadm so a good amount of files were moved. A couple of configuration files and makefiles were updated to reflect that change and the building / cleaning processes were made more reliable. Calling make in root directory of swh-docs will execute the development build of the documentation in a tox environment while calling make in docs folder will use the current virtualenv. It remains possible to build each documentation in a standalone way by calling make in their root directory. Closes #4496
-
Antoine R. Dumont authored
Ref. swh/infra/sysadm-environment#4724
-
Antoine Lambert authored
-
Antoine Lambert authored
Some deprecated tox 3.x features have been removed in tox 4.x and some install behaviors changed between the two versions. So add tox 4.x support while keeping tox >= 3.7 compatibility.
-
- Jan 12, 2023
-
-
Jayesh authored
-
It's no longer built for it.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jan 09, 2023
-
-
vlorentz authored
Document new metrics on outgoing API requests See merge request swh/devel/swh-docs!274
-
vlorentz authored
-
vlorentz authored
Document statsd metrics and link to dashboards See merge request swh/devel/swh-docs!270
-
- Jan 06, 2023
-
-
vlorentz authored
-
- Jan 03, 2023
-
-
Chaitanya authored
Related to T4717
-
Benoit Chauvet authored
-
- Dec 19, 2022
-
-
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
-