Skip to content
Snippets Groups Projects
  1. Feb 08, 2019
  2. Nov 28, 2018
  3. Nov 23, 2018
    • David Douard's avatar
      conf: simplify a bit the django hack · 1ffdf60f
      David Douard authored
      the env var setup and django.setup() needs to be done only once.
      1ffdf60f
    • David Douard's avatar
      conf: exclude swh. part when building the module index · 45e2a28f
      David Douard authored
      so we have more than just the 's' index entry 's' in there.
      45e2a28f
    • 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
  4. Nov 22, 2018
  5. Sep 16, 2018
  6. Sep 14, 2018
  7. Mar 16, 2018
  8. Feb 02, 2018
  9. Oct 30, 2017
  10. Oct 20, 2017
  11. Oct 13, 2017
  12. Oct 05, 2017
  13. Sep 22, 2017
  14. Sep 19, 2017
  15. Sep 15, 2017
  16. Sep 06, 2017
  17. Aug 29, 2017
Loading