Skip to content
Snippets Groups Projects
  1. Oct 04, 2020
  2. Sep 28, 2020
  3. Sep 26, 2020
  4. Sep 22, 2020
  5. Sep 21, 2020
  6. Sep 20, 2020
  7. Sep 19, 2020
  8. Sep 18, 2020
  9. Sep 09, 2020
  10. Sep 05, 2020
  11. Sep 04, 2020
  12. Sep 03, 2020
  13. Sep 02, 2020
  14. Sep 01, 2020
  15. Aug 30, 2020
    • Chris Sewell's avatar
      :sparkles: NEW: Add sphinx-panels integration · 0cf6f69a
      Chris Sewell authored
      The sphinx-panels sphinx extension has been added to the base jupyter-book distribution, and its use documented.
      
      Some other minor documetation updates have also been applied
      0cf6f69a
  16. Aug 29, 2020
    • Chris Sewell's avatar
      :recycle:️ REFACTOR: sphinx config generation · 389d6c54
      Chris Sewell authored
      The generation of sphinx config has been consolidated into a single entry point: `jupyter_book.config:get_final_config`, where before it was spread over yaml.py and sphinx.py, making it difficult to determine what the finaly configuration would be.
      
      This now allows for proper testing of the configuration generation, added in tests/test_config.py, which also clarified some bugs identified in #915. These have now been fixed.
      
      Finally this has also allowed for the addition of a `jb config sphinx` command, which generates the a Sphinx conf.py representation of the build configuration.
      This should help advanced users/maintainers to understand/debug builds.
      389d6c54
  17. Aug 28, 2020
Loading