_config.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Book settings
  2. # Learn more at https://jupyterbook.org/customize/config.html
  3. title: "State Space Models: A Modern Approach"
  4. author: Kevin Murphy, Scott Linderman, et al.
  5. logo: logo.png
  6. # Force re-execution of notebooks on each build.
  7. # See https://jupyterbook.org/content/execute.html
  8. execute:
  9. execute_notebooks: auto
  10. # Define the name of the latex output file for PDF builds
  11. latex:
  12. latex_documents:
  13. targetname: book.tex
  14. # Add a bibtex file so that we can create citations
  15. bibtex_bibfiles:
  16. - references.bib
  17. # Information about where the book exists on the web
  18. repository:
  19. url: https://github.com/ssm-jax/ssm-book
  20. branch: main
  21. launch_buttons:
  22. colab_url: "https://colab.research.google.com"
  23. # Add GitHub buttons to your book
  24. # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
  25. html:
  26. use_issues_button: true
  27. use_repository_button: true
  28. # https://jupyterbook.org/en/stable/content/math.html
  29. sphinx:
  30. config:
  31. mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js