Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CLASS-Core/_config.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46 lines (38 sloc)
1.6 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Book settings | |
# Learn more at https://jupyterbook.org/customize/config.html | |
title: Internet2 Cloud Learning And Skills Sessions | |
author: Internet2 Research Engagement | |
logo: CLASS-logo.png | |
# Force re-execution of notebooks on each build. | |
# See https://jupyterbook.org/content/execute.html | |
execute: | |
execute_notebooks: force | |
# Define the name of the latex output file for PDF builds | |
latex: | |
latex_documents: | |
targetname: book.tex | |
# Add a bibtex file so that we can create citations | |
bibtex_bibfiles: | |
- references.bib | |
# Information about where the book exists on the web | |
repository: | |
url: https://github.com/executablebooks/jupyter-book # Online location of your book | |
path_to_book: docs # Optional path to your book, relative to the repository root | |
branch: master # Which branch of the repository should be used when creating links (optional) | |
# Add GitHub buttons to your book | |
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | |
html: | |
use_issues_button: true | |
use_repository_button: true | |
home_page_in_navbar : false | |
# Advanced and power-user settings | |
sphinx: | |
extra_extensions : # A list of extra extensions to load by Sphinx (added to those already used by JB). | |
- sphinx_inline_tabs | |
local_extensions : # A list of local extensions to load by sphinx specified by "name: path" items | |
config : # key-value pairs to directly over-ride the Sphinx configuration | |
parse: | |
myst_enable_extensions: | |
# don't forget to list any other extensions you want enabled, | |
# including those that are enabled by default! | |
- html_image |