File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -254,10 +254,10 @@ language.
254254On Linux distros based on Debian and Ubuntu, you may need to install
255255the following packages to build PDFs:
256256
257- ``console
257+ ``` console
258258sudo apt install latexmk
259259sudo apt install texlive-latex-extra
260- ``
260+ ```
261261To reduce the large (300 MB+) install size of the second package, you
262262may be able to use the ` --no-install-recommends ` flag.
263263
Original file line number Diff line number Diff line change @@ -293,6 +293,10 @@ table.resource-table td > .resource-thumb.file-icon {
293293 /* Not clear why this doesn't work for the .caption-text */
294294 font-size : 1em !important ;
295295}
296+ .resource-handle > .literal {
297+ /* Removes the verticle scroll when you zoom out more than 100% */
298+ overflow-y : hidden;
299+ }
296300
297301
298302/* Imitate sphinx-copybutton style */
You can’t perform that action at this time.
0 commit comments