Warnings: `extra_navbar` and `extra_footer`
See original GitHub issueDescribe the bug Updated to 0.7.0b4, and get the following warning messages
WARNING: unsupported theme option ‘extra_navbar’ given WARNING: unsupported theme option ‘extra_footer’ given
To Reproduce Steps to reproduce the behavior:
jb clean . --all
orjb clean .
- ‘jb build .’
Expected behavior no such warning messages
A link to your book’s repository.
https://haruyama-kobeu.github.io/book_etrics/docs/index.html Environment (please complete the following information):
- Python Version: 3.8.2
- Output of
jupyter-book --version
: 0.7.0b4
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
sphinx-book-theme/test_build.py at master · executablebooks/sphinx ...
A clean book theme for scientific explanations and documentation with Sphinx - sphinx-book-theme/test_build.py at master ...
Read more >Change Log - Jupyter Book
Removing stderr/stdout outputs or logging warnings when they are encountered. A directive for displaying execution statistics for all notebooks in the book ...
Read more >Spirit Documentation
Check the Django logs for Spirit deprecation warnings. Run the install command. ... My extra nav bar ... My extra footer.
Read more >Add extra footer to sphinx_rtd_theme - Stack Overflow
I am attempting to add an extra footer to the sphinx_rtd_theme in Sphinx, running on my local machine. I have created a file...
Read more >Moodle 3.10 XRef and Diffs
... $albumcontent Definitions: 1 References: 2; $alerts Definitions: 1 ... $extrafooter Definitions: 1 References: 3; $extraformats Definitions: 6 ...
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
It’s getting a
extra_navbar
andextra_footer
warning because an old version ofsphinx-book-theme
is being installed.Confirming: I had the same issue and upgrading
sphinx-book-theme
(in my case from 0.0.16 to 0.0.23) fixed the issue.