Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
  2. Sep 24, 2018
  3. Sep 20, 2018
  4. Sep 18, 2018
  5. Sep 17, 2018
  6. Sep 16, 2018
  7. Sep 14, 2018
  8. Sep 07, 2018
  9. Aug 01, 2018
  10. Jun 21, 2018
    • Antoine Lambert's avatar
      Makefile: Fix various documentation build issues · e128e9ed
      Antoine Lambert authored
      This commit slighly modifies Makefiles in order to be able to build
      the documentation on Debian stretch (using sphinx 1.4.9) but also
      with the latest sphinx version to date (1.7.5).
      
      Changes notably includes:
      
        - remove the --implicit-namespaces option for sphinx-apidoc as:
      
           * it is not needed
           * it is not supported on sphinx 1.4.9
           * output is not correct with sphinx 1.7.5
      
        - use sphinx -b option instead of -M for building html doc
          as an exception is raised otherwise when using sphinx 1.4.9
      e128e9ed
  11. Jun 14, 2018
  12. May 29, 2018
  13. May 28, 2018
  14. May 25, 2018
  15. May 24, 2018
  16. Mar 16, 2018
  17. Feb 09, 2018
  18. Feb 02, 2018
  19. Jan 19, 2018
    • Stefano Zacchiroli's avatar
      recursively build doc in all modules before building it for swh-docs · 1ac0a7ef
      Stefano Zacchiroli authored
      This makes doc building more expensive (because it effectively get
      built *twice*), but has the advantage of calling make in all modules, so that
      auxiliary pieces of documentation (e.g., DB schemes) are guaranteed to be built
      as well.
      
      It also makes sure that everyone who wants to build the global doc has all the
      needed dependencies, avoiding inconsistent builds by different people that step
      on each other toes.
      1ac0a7ef
  20. Dec 19, 2017
  21. Nov 02, 2017
  22. Oct 30, 2017
  23. Oct 20, 2017
  24. Oct 18, 2017
Loading