Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
  2. Feb 08, 2019
  3. Jan 21, 2019
  4. Jan 07, 2019
  5. Dec 17, 2018
  6. Dec 07, 2018
  7. Nov 29, 2018
  8. Nov 28, 2018
  9. Nov 23, 2018
    • David Douard's avatar
      make-doc: refactor doc build system to build the doc as a whole · 891ad17c
      David Douard authored
      - back to assets only building in each package
      - run sphinx-autodoc on the whole swh package at once
      
      we do not really need a local standalone buildable sphinx project in each swh
      subpackage, so running a full 'make html' in each of them is not required any
      more.
      
      Since we want to build the doc at once instead of building each swh subpackage
      independantly, we need to run apidoc on the whole swh package.
      
      This is done by actually running the apidoc on the pip installed swh
      packages instead of the source repositories, since sphinx-apidoc does
      not seem to support multiple MODULE_PATH as cmdline argument.
      
      So it's best to use tox to build the doc.
      
      Related to T1330.
      891ad17c
  10. Nov 22, 2018
  11. Nov 16, 2018
  12. Nov 12, 2018
  13. Oct 30, 2018
  14. Oct 17, 2018
  15. Oct 15, 2018
  16. Oct 11, 2018
  17. Oct 10, 2018
  18. Oct 08, 2018
  19. Oct 02, 2018
  20. Oct 01, 2018
  21. Sep 25, 2018
  22. Sep 24, 2018
  23. Sep 20, 2018
  24. Sep 18, 2018
  25. Sep 17, 2018
Loading