Good idea - tried it on Ubuntu-16.04 -- clean install using pip: $ pip install sphinx
$ sphinx-build --version sphinx-build 1.7.5 $ pip install Markdown --upgrade $ pip install sphinxcontrib-fulltoc $ pip install docutils $ pip install rst2pdf Unfortunately same results. Text adjusts as I shrink the window size, and expands to a certain point as I increase the window width, but not beyond a certain point. There is a max size that we are rendering to. I just need to figure out what css setting controls that. I think this may be new behavior in new sphinx. Anyone know what controls the auto adjustment of html page as window size changes? On Saturday, June 2, 2018 at 6:26:08 PM UTC-7, Carol Willing wrote: > > Perhaps try to completely uninstall sphinx and then reinstall it to see if > the upgrade didn't get all of the source files. > > On Tuesday, May 22, 2018 at 2:54:33 PM UTC-7, Reza Roodsari wrote: >> >> I have a working html build on sphinx v1.1.3 and html pages automatically >> resize as I change the window size. >> I upgraded to sphinx 1.7.4 and after make html the page display with >> fixed size with black background on the right. Changing the window size >> doesn't increase the width beyond a certain max, but shrinking it will >> shrink the size of the html page. >> >> I have nothing fancy - looking at html source the only .css files >> included are classic.css, pygments.css, and html_style.css. >> Can anyone suggest where to look next to solve the problem? >> Thanks. >> > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
