Warning messages in book template (extra_navbar, extra_footer, test notebook)
See original GitHub issueDescribe the bug
Defining extra_footer
has no effect and there are several warning messages about extra_navbar
, extra_footer
, and a notebook file in the template book that is provided.
To Reproduce Steps to reproduce the behavior:
- Create a new jupyter book by typing
jupyter-book create testbook
- Build the book with
jupyter-book build testbook
- View the build output to see the warnings.
Expected behavior
I would expect not to see warning messages in the template, and also to be able to change the default footer by changing the configuration option for extra_footer
.
See the output from building the template below.
$ jupyter-book clean testbook; jupyter-book build testbook
Running Sphinx v2.4.4
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 4 source files that are out of date
updating environment: [new config] 4 added, 4 changed, 0 removed
checking for /private/tmp/testbook/references.bib in bibtex cache... not found
parsing bibtex file /private/tmp/testbook/references.bib... parsed 5 entries
Executing: notebooks100%] notebooks
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... WARNING: unsupported theme option 'extra_navbar' given
WARNING: unsupported theme option 'extra_footer' given
done
writing output... [100%] notebooks
/private/tmp/testbook/notebooks.ipynb:10032: WARNING: unknown document: syntax
generating indices... genindexdone
writing additional pages... searchdone
copying images... [100%] _build/jupyter_execute/notebooks_2_0.png
copying static files... ... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 3 warnings.
Environment (please complete the following information):
- Python Version 3.8.2
- Package Version 0.7.0b4
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Change Log - Jupyter Book
Add option to execute notebooks when building the book #234. Add a footer for each page #233. adding error message context to the...
Read more >Book Copyright Page 2022 [+Examples]: by a Lawyer
Take a look at these free, editable copyright page templates to get started. Basic Copyright Page Template. All you need is a copyright...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
gonna close this one and open up https://github.com/executablebooks/jupyter-book/issues/675 to track
Hmmm - so @MasterScrat first off could you upgrade to the latest beta? This was very recently added in.
@davewhipp could you try manually upgrading your sphinx book theme to see if this fixes things? (
pip install -U sphinx-book-theme
)