Skip to content
Snippets Groups Projects
  1. Feb 27, 2025
  2. Nov 28, 2023
  3. Nov 07, 2023
  4. Dec 19, 2022
  5. Dec 09, 2022
  6. Nov 30, 2022
  7. Nov 17, 2022
    • Antoine Lambert's avatar
      Makefile: Speedup sphinx-apidoc execution significantly · 2f5cbf0c
      Antoine Lambert authored
      Previously the file patterns that sphinx-apidoc must exclude, stored
      in the APIDOC_EXCLUDES variables, were expanded by the shell before
      executing the tool resulting in a really long list of files to exclude.
      Each time a file was processed by sphinx-apidoc, its path was compared
      against that long list of files which was significantly slowing down
      the apidoc generation process.
      
      So ensure file exclude patterns are quoted to avoid shell expansion
      and greatly speedup sphinx-apidoc execution.
      2f5cbf0c
  8. Nov 08, 2022
  9. Aug 12, 2022
  10. May 28, 2021
  11. Feb 03, 2020
    • Antoine Lambert's avatar
      Use latest sphinx version to build the doc · f59cc0e4
      Antoine Lambert authored
      Now that sphinxcontrib-images extension has gained support for Sphinx > 2
      in its 0.9.1 release, we can remove the restriction on Sphinx version in
      the requirements file.
      
      Also considering that we now rely on a virtualenv to build the doc, remove
      the hacks to invocate sphinx-build and sphinx-apidoc in Makefiles.
      
      Related to T2264
      f59cc0e4
  12. Nov 09, 2019
  13. Nov 12, 2018
  14. Sep 07, 2018
  15. 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
  16. May 28, 2018
  17. Mar 16, 2018
  18. Oct 13, 2017
  19. Sep 19, 2017
  20. Sep 15, 2017
  21. Sep 07, 2017
  22. Sep 06, 2017
  23. Aug 29, 2017
Loading