Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki authored Oct 17, 2023
1 parent 3ebd571 commit a504144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@

html_theme_options = {
"repository_url": "https://esa.github.io/dSGP4/",
"repository_branch": "main",
"repository_branch": "master",
"path_to_docs": "doc",
"use_repository_button": True,
"use_issues_button": True,
"launch_buttons": {
"binderhub_url": "https://mybinder.org",
"notebook_interface": "jupyterlab",
},
"repository_provider":"github",
}

nb_execution_mode = "force"
Expand Down

0 comments on commit a504144

Please sign in to comment.