Open bbye98 opened 1 year ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Describe the bug
context
Hello!
I've been using the Sphinx book theme for my personal project's documentation because I like the simplistic styling. However, the HTML version that I rendered today using
sphinx-build ...
looks completely different from my previous version that I committed to GitHub a while ago (see image below for comparison).Notably,
I suspect this has to do with my updating of
sphinx-book-theme
today since I also upgraded a bunch of other libraries, but is there a way to revert to the old styling without downgrading? I did not make any changes toconf.py
orindex.rst
(or anything else related to Sphinx); I simply ransphinx-build ...
as I would normally.Edit: I can confirm that downgrading from
sphinx-book-theme=1.0.1
andpydata-sphinx-theme=0.13.3
tosphinx-book-theme=0.3.3
andpydata-sphinx-theme=0.8.1
gives me back the old font/styling.expectation
I expected the old and new versions of my documentation to have the same font/styling.
bug
But instead, the new HTML render of my documentation looks completely different.
Reproduce the bug
Run
sphinx-build -b html . ..
in the<project>/docs/source
directory.The relevant configuration options in my
conf.py
file are below:List your environment