executablebooks / sphinx-book-theme

A clean book theme for scientific explanations and documentation with Sphinx
https://sphinx-book-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
429 stars 198 forks source link

UI issues with pydata 0.13.3 #715

Closed AakashGfude closed 9 months ago

AakashGfude commented 1 year ago

Describe the bug

Some of the UI issues I noticed are :

Screen Shot 2023-03-31 at 12 24 31 pm Screen Shot 2023-03-31 at 12 25 08 pm Screen Shot 2023-03-31 at 12 27 34 pm Screen Shot 2023-03-31 at 12 32 13 pm

Reproduce the bug

  1. install pydata 0.13.3 , with the latest sbt (1.0.1 about to be released)

List your environment

No response

mmcky commented 1 year ago

@AakashGfude some of these might be due to docutils>0.17.1 causing issues with breaking pages when including a bibliography due to https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/322

hotchilipowder commented 1 year ago

Same problem

choldgraf commented 9 months ago

This should now be fixed

jackswl commented 9 months ago

Hi, I am still getting the same issue for the 2nd screenshot above. The bibliography will push the article footer to the right side.

choldgraf commented 9 months ago

I think this is fixed in the release candidate that's out now, it should be released soon in full!

jackswl commented 9 months ago

thanks for replying, just re-clarifying on this - in other words, this issue will be fixed at v0.14.5?

agoose77 commented 9 months ago

@jackshiwl no, the RC is 1.1.0rc1, so the next version should be 1.1.0: https://pypi.org/project/sphinx-book-theme/1.1.0rc1/

That RC is already downloadable, and should fix the problem. We're stuck on making a proper release right now because a build-time dependency is broken on one of our release platforms, and we want a working sdist.

12rambau commented 9 months ago

@choldgraf it seems the issue is coming from pydata-sphinx-theme, could you point me to the PR/commit that fixed the issue so I can propagate the fix you found here ?

jackswl commented 8 months ago

any updates on this?

agoose77 commented 8 months ago

For issues relating to sphinxcontrib-bibtex interaction, see https://github.com/pydata/pydata-sphinx-theme/issues/1581#issuecomment-1856907745