Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ language.
On Linux distros based on Debian and Ubuntu, you may need to install
the following packages to build PDFs:

``console
```console
sudo apt install latexmk
sudo apt install texlive-latex-extra
``
```
To reduce the large (300 MB+) install size of the second package, you
may be able to use the `--no-install-recommends` flag.

Expand Down
4 changes: 4 additions & 0 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ table.resource-table td > .resource-thumb.file-icon {
/* Not clear why this doesn't work for the .caption-text */
font-size: 1em !important;
}
.resource-handle > .literal {
/* Removes the verticle scroll when you zoom out more than 100% */
overflow-y: hidden;
}


/* Imitate sphinx-copybutton style */
Expand Down
2 changes: 1 addition & 1 deletion doc/example_code/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Animating Drawing Primitives

.. figure:: images/thumbs/shapes.png
:figwidth: 170px
:target: shapes-slow.html
:target: shapes.html#shapes-slow.html

:ref:`shapes-slow`

Expand Down
Loading