Jupyter-book: Warnings: `extra_navbar` and `extra_footer`

Created on 2 Jun 2020  路  5Comments  路  Source: executablebooks/jupyter-book

Describe 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:

  1. jb clean . --all or jb clean .
  2. '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
bug

All 5 comments

I think this is an issue with jupyter-book not explicitly needing a minimum version of the sphinx-book-theme. I'm tracking that in #675 , but in the meantime could you upgrade sphinx-book-theme and see if this solves the issue?

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.

I'm running into this again, master has "sphinx_book_theme~=0.0","

is the "this" the issue of the book theme not upgrading?

It's getting a extra_navbar and extra_footer warning because an old version of sphinx-book-theme is being installed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akhmerov picture akhmerov  路  5Comments

Cyb3rWard0g picture Cyb3rWard0g  路  5Comments

TomDonoghue picture TomDonoghue  路  4Comments

AakashGfude picture AakashGfude  路  4Comments

sidneymbell picture sidneymbell  路  5Comments