Skip to content
Snippets Groups Projects
Unverified Commit 916b2204 authored by Michael Zingale's avatar Michael Zingale Committed by GitHub
Browse files

:ok_hand: IMPROVE: Update default copyright year (#1193)


Co-authored-by: default avatarChris Sewell <chrisj_sewell@hotmail.com>
parent 8be06d8b
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 16 deletions
BSD 3-Clause License
Copyright (c) 2020, Executable Book Project
Copyright (c) 2021, Executable Book Project
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
......@@ -7,7 +7,7 @@
# Book settings
title : My Jupyter Book # The title of the book. Will be placed in the left navbar.
author : The Jupyter Book community # The author of the book
copyright : "2020" # Copyright year to be placed in the footer
copyright : "2021" # Copyright year to be placed in the footer
logo : "" # A path to the book logo
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
......
author = 'The Jupyter Book community'
comments_config = {'hypothesis': False, 'utterances': False}
copyright = '2020'
copyright = '2021'
exclude_patterns = ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build']
execution_allow_errors = False
execution_excludepatterns = []
......
author = 'The Jupyter Book community'
comments_config = {'hypothesis': False, 'utterances': False}
copyright = '2020'
copyright = '2021'
exclude_patterns = ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build', 'test_config/*']
execution_allow_errors = False
execution_excludepatterns = []
......
......@@ -7,7 +7,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -4,7 +4,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -6,7 +6,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -6,7 +6,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -7,7 +7,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -6,7 +6,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -8,7 +8,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -6,7 +6,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -6,7 +6,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -15,7 +15,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -5,7 +5,7 @@ final:
comments_config:
hypothesis: false
utterances: false
copyright: '2020'
copyright: '2021'
exclude_patterns:
- '**.ipynb_checkpoints'
- .DS_Store
......
......@@ -71,7 +71,6 @@ def test_pdflatex_individualpages(cli: CliRunner, temp_with_override: Path):
assert result.exit_code == 0
path_pdf = path_output.joinpath("_build", "latex")
assert path_pdf.joinpath("book.pdf").exists()
assert path_pdf.joinpath("content.pdf").exists()
assert path_pdf.joinpath("markdown.pdf").exists()
assert path_pdf.joinpath("notebooks.pdf").exists()
# removing as intro is startdoc for book
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment