- Jun 22, 2022
-
-
Antoine R. Dumont authored
To explicit how to use the generated credentials.
-
- May 19, 2022
-
-
Antoine Lambert authored
Related to T4259
-
- May 17, 2022
-
-
Antoine Lambert authored
-
- May 16, 2022
-
-
Antoine Lambert authored
It got displayed again after reintegration of custom CSS rules but it should have been removed since a while.
-
Antoine Lambert authored
Add landing page of listersrs high-level documentation displaying available ones in a table with the following column: - logo and name of the lister linking to its specific documentation - related links: source code, developer doc, development activity - current status: production, staging or development - link to related grant if any Create one rst file per lister to further document. Related to T3117
-
Antoine Lambert authored
Add landing page of loaders high-level documentation displaying available ones in a table with the following column: - logo and name of the loader linking to its specific documentation - related links: source code, developer doc, development activity - current status: production, staging or development - link to related grant if any Create one rst file per loader to further document. Related to T3117
-
- May 10, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Encountered issues have been fixed so we can remove the pinning of sphinx.
-
Jayesh authored
-
- May 06, 2022
-
-
Antoine Lambert authored
It is a common practice to open an external link in a new browser tab so process external links with javascript when a documentation page got loaded to enforce such behavior.
-
Antoine Lambert authored
Corresponding RST document has been renamed to uri-scheme-swhids.rst so add a redirection for URL backward compatibility.
-
- May 05, 2022
-
-
Antoine Lambert authored
-
- May 04, 2022
-
-
Nicolas Dandrimont authored
With recent enough versions of setuptools/setuptools-scm, the pip dependency resolver is now capable of sorting out our full dependency tree. We can just install all packages at once (which does the dependency resolution step once). To speed up the process even more, inline the few "build" (setup.py) dependencies to allow disabling build isolation (which creates a new venv and installs setuptools-scm in it for every single package).
-
- Apr 29, 2022
-
-
Antoine R. Dumont authored
-
- Apr 26, 2022
-
-
vlorentz authored
-
David Douard authored
-
- Apr 21, 2022
-
-
Antoine Lambert authored
That hook can be frustrating as it can discard a long commit message if it finds a typo in it so better removing it.
-
- Apr 08, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
black is considered stable since release 22.1.0 and the version we are currently using is quite outdated and not compatible with click 8.1.0, so it is time to bump it to its latest stable release. Please note that E501 pycodestyle warning related to line length is replaced by B950 one from flake8-bugbear as recommended by black. https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length Related to T3922
-
- Apr 06, 2022
-
-
David Douard authored
to use aptitude as dep resolver when needed and add backports in given cli examples
-
Antoine Lambert authored
-
- Apr 05, 2022
-
-
Antoine R. Dumont authored
Related to T4102
-
- Apr 04, 2022
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Apr 01, 2022
-
-
Antoine R. Dumont authored
Related to T4105
-
Stefano Zacchiroli authored
-
Nicolas Dandrimont authored
This nests the historical roadmap under a specific roadmap/index toctree, so that they don't all show up in the sidebar.
-
Antoine R. Dumont authored
This fixes the build [1] [1] https://jenkins.softwareheritage.org/job/DDOC/job/dev/1139/console
-
Antoine R. Dumont authored
-
Benoit Chauvet authored
-
- Mar 31, 2022
-
- Mar 30, 2022
-
-
Antoine R. Dumont authored
Without this, the actual documentation build will fail once a new package is incompletely installed.
-
Antoine R. Dumont authored
-
- Mar 02, 2022
-
-
vlorentz authored
-
- Feb 22, 2022
-
-
Antoine R. Dumont authored
-
Antoine Lambert authored
Do not generate TOC with sphinx-apidoc. Mark the apidoc/swh.rst file as orphan.
-
Antoine R. Dumont authored
-
- Feb 11, 2022
-
-
Antoine R. Dumont authored
-
- Feb 10, 2022
-
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-
- Feb 07, 2022
-
-
Vincent Sellier authored
-