Skip to content

Commit

Permalink
Update for Jupyter Book 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodrien committed Sep 14, 2023
1 parent 039dcf1 commit 1abbd8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
8 changes: 1 addition & 7 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Template documentation jupyter book
author: University of Leeds Research Computing Team
logo: ./assets/img/logo/logo.png
email: [email protected]
copyright: "2020"
copyright: "2023"

# execute settings
execute:
Expand All @@ -19,12 +19,6 @@ html:
use_issues_button: true
use_edit_page_button: true
baseurl : "https://arctraining.github.io/template-jb-docs" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
navbar_footer_text :
'Visit the <a href="https://arcleeds.github.io/">Research Computing Home Site</a>
<div>
This book is powered by <a href="https://jupyterbook.org">Jupyter Book</a>
</div>' # Will be displayed underneath the left navbar.


# Launch button settings
launch_buttons:
Expand Down
6 changes: 4 additions & 2 deletions book/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# updating for latest jupyter book version

format: jb-book
format: jb-article
# ===== Main Landing Page ========================================
root: welcome

# ===== Getting started ==========================================
chapters:
sections:
- file: example_section/start
sections:
- file: example_section/example
- url: https://arc.leeds.ac.uk
title: Research Computing Website
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: arcdocs-jb
channels:
- defaults
- conda-forge
dependencies:
- python=3.8.12
- python=3.9
- jinja2=3.0.3
- pip=20
- pip:
- jupyter-book==0.13.0
- jupyter-book=0.15.1

0 comments on commit 1abbd8b

Please sign in to comment.