Skip to content
Snippets Groups Projects
  1. Feb 13, 2025
  2. Sep 17, 2024
  3. Aug 27, 2024
  4. Mar 15, 2024
  5. Mar 13, 2024
  6. Feb 05, 2024
  7. Dec 01, 2023
    • David Douard's avatar
      template: fix sphinx Makefile and tox · e3ea27d4
      David Douard authored
      The idea is to add the location where swh-docs will install the
      Makefile.sphinx directly as search path for the makefile when
      building the sphinx documentation in tox.
      
      With the modification of docs/Makefile to replace:
      
        include swh-docs/Makefile.sphinx
      
      by:
      
        include Makefile.sphinx
      
      this allows to have all the doc building scenarios working relatively
      easily, without the need for adding ../..[...] paths here and there.
      
      It should work ok when building:
      
      - the whole doc from the swh-docs repo using the sphinx tox env; in this
        scenario, all the swh packages are installed from pypi and the
        location where to find this Makefile.sphinx if provided to the make
        command in tox (-I).
      
      - the whole doc from the swh-docs repo using the sphinx-dev tox env;
        here, all the swh package source repositories are expected to be in the
        parent directory (swh-environment), and the Makefile.sphinx (included
        in all swh-xxx/docs/Makefile) will be found thanks to the -I argument
        of the make commande in the tox file.
      
      - the doc for a specific swh package using tox; the tox file also set
        the -I option to the correct location where to find this
        Makefile.sphinx file.
      
      - the doc for a specific swh package directly using the make command from
        a venv; here, either the user needs to put the -I option to the make
        command, or simply add a symlink to the swh-docs/Makefile.sphinx in
        swh-xxx/docs; this should be done automatically by
        swh-encvironment/bin/update script.
      v0.1.6
      e3ea27d4
    • David Douard's avatar
      template: add docs/Makefile.sphinx to the .gitignore · d0c68a4d
      David Douard authored
      and document why this and the README files are in the gitignore file.
      d0c68a4d
    • David Douard's avatar
    • Jérémy Bobbio (Lunar)'s avatar
      Also check commit message with codespell · 4cee50c3
      Jérémy Bobbio (Lunar) authored and David Douard's avatar David Douard committed
      This was used in swh-loader-metadata.
      4cee50c3
    • Antoine Lambert's avatar
  8. Nov 30, 2023
  9. Nov 22, 2023
  10. Nov 21, 2023
  11. Nov 20, 2023
  12. Nov 16, 2023
  13. Jul 07, 2023
  14. Feb 23, 2023
  15. Feb 17, 2023
  16. Feb 16, 2023
  17. Feb 13, 2023
  18. Feb 02, 2023
  19. Dec 19, 2022
Loading