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
433 stars 197 forks source link

Default Width is very small #796

Closed orsenthil closed 9 months ago

orsenthil commented 9 months ago

Describe the bug

context

I have this setup


extensions = ["myst_parser"]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
panels_add_bootstrap_css = False

html_theme = 'sphinx_book_theme'
html_static_path = ['_static']

And my index.md file is

# Test 1

## Test 2

### Test 3

* Checklist 1
* Checklist 2

problem

The default width is just small. How can I make sure that default width of the page is not collapsed.

2023-12-16_19-59

Reproduce the bug

Build a sample test site using quickstart

List your environment

Sphinx==6.2.1
sphinx-book-theme==1.0.1
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
welcome[bot] commented 9 months 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:

choldgraf commented 9 months ago

I believe that this should be fixed in the upcoming Release Candidate - I'll close this but if the problem persists after upgrading to > 1.1, please re-ping here