Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 22, 2018
  3. Nov 16, 2018
  4. Nov 12, 2018
  5. Oct 30, 2018
  6. Oct 17, 2018
  7. Oct 15, 2018
  8. Oct 11, 2018
  9. Oct 10, 2018
  10. Oct 08, 2018
  11. Oct 05, 2018
  12. Oct 02, 2018
  13. Oct 01, 2018
  14. Sep 25, 2018
  15. Sep 24, 2018
  16. Sep 20, 2018
  17. Sep 18, 2018
  18. Sep 17, 2018
  19. Sep 16, 2018
  20. Sep 14, 2018
  21. Sep 07, 2018
Loading