Skip to content
Snippets Groups Projects
  1. Nov 14, 2023
  2. May 22, 2023
  3. Mar 01, 2023
  4. Feb 16, 2023
  5. Jan 13, 2023
    • Antoine Lambert's avatar
      docs: Merge all documentations into a single one · 0e55968d
      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
      0e55968d
  6. Nov 29, 2022
  7. May 04, 2022
    • Nicolas Dandrimont's avatar
      pip-install-swh-dev: install packages all at once · 722a948a
      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).
      722a948a
  8. Apr 26, 2022
  9. Mar 31, 2022
  10. Mar 30, 2022
  11. Feb 22, 2022
  12. Dec 08, 2021
  13. Jul 05, 2021
  14. Apr 15, 2021
  15. Apr 09, 2021
  16. Apr 02, 2021
  17. Mar 25, 2021
  18. Oct 08, 2020
  19. Apr 28, 2020
  20. Apr 17, 2020
  21. Mar 20, 2020
  22. Jan 20, 2020
  23. Nov 22, 2019
  24. Nov 19, 2019
  25. Nov 18, 2019
  26. Jul 31, 2019
  27. Jun 17, 2019
  28. May 23, 2019
  29. Feb 26, 2019
  30. Dec 03, 2018
    • David Douard's avatar
      Fix order in requirements-swh-dev.txt · f54c57d8
      David Douard authored
      swh-web depends on swh-indexer so we must ensure swh-indexer is installed
      first (otherwise the last pubished version is used instead of the one
      from the sources).
      f54c57d8
  31. Nov 28, 2018
  32. Nov 23, 2018
Loading