python-docs-theme icon indicating copy to clipboard operation
python-docs-theme copied to clipboard

body_max_width at 100% is not working correctly with 2022.1

Open VincentRouvreau opened this issue 3 years ago • 0 comments

I moved to python-docs-theme on my latest documentation version and I was quite happy that it was managing body_max_width at 100% properly (cf. conf.py file).

But after a conda update, python-docs-theme goes to 2022.1 and body_max_width is no more well managed. image

My configuration is:

python                    3.10.2          hc74c709_3_cpython    conda-forge
python-docs-theme         2022.1                  pypi_0    pypi
sphinx                    4.4.0                    pypi_0    pypi
sphinx-paramlinks         0.5.2                    pypi_0    pypi
sphinxcontrib-applehelp   1.0.2                    pypi_0    pypi
sphinxcontrib-bibtex      2.4.1                    pypi_0    pypi
sphinxcontrib-devhelp     1.0.2                    pypi_0    pypi
sphinxcontrib-htmlhelp    2.0.0                    pypi_0    pypi
sphinxcontrib-jsmath      1.0.1                    pypi_0    pypi
sphinxcontrib-qthelp      1.0.3                    pypi_0    pypi
sphinxcontrib-serializinghtml 1.1.5                    pypi_0    pypi

I tested, and if I re-install python-docs-theme 2021.11, the result is ok.

I have seen they did some modification on sphinx 4.4.0 on this feature ( https://github.com/sphinx-doc/sphinx/issues/4246 ), but I am unable to understand the impact of this feature for python-docs-theme.

Thanks for your great work and your help ;-)

VincentRouvreau avatar Feb 10 '22 10:02 VincentRouvreau