forked from angadhn/SpacecraftDynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
29 lines (26 loc) · 855 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: Introduction to Spacecraft Dynamics
author: Angadh Nanjangud
logo: logo.png
# Add a bibtex file so that we can create citations
# bibtex_bibfiles:
# - references.bib
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
sphinx:
config:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
launch_buttons:
binderhub_url: "https://mybinder.org"
colab_url: "https://colab.research.google.com"
thebe: true
# Information about where the book exists on the web
repository:
url: https://github.com/angadhn/SpacecraftDynamics # Online location of your book
html:
google_analytics_id: G-PMEJXXDXF4
use_issues_button: true
use_repository_button: true