@@ -112,24 +112,24 @@ Additional external dependencies
112
112
--------------------------------
113
113
Required:
114
114
115
- * a minimal working LaTeX distribution
116
- * `Graphviz <http://www.graphviz.org/download >`_
117
- * the LaTeX packages *cm-super * and *dvipng *. If your OS bundles `` TexLive ``,
118
- then often the "complete" version of the installer will automatically include
119
- these packages (e.g. "texlive-full" or "texlive-all").
115
+ * a minimal working LaTeX distribution
116
+ * `Graphviz <http://www.graphviz.org/download >`_
117
+ * the LaTeX packages *cm-super * and *dvipng * (if your OS bundles TeXLive, the
118
+ "complete" version of the installer, e.g. "texlive-full" or "texlive-all",
119
+ will often automatically include these packages)
120
120
121
121
Optional, but recommended:
122
122
123
- * `Inkscape <https://inkscape.org >`_
124
- * `optipng <http://optipng.sourceforge.net >`_
125
- * the font "Humor Sans" (aka the "XKCD" font), or the free alternative
126
- `Comic Neue <http://comicneue.com/ >`_.
127
- * the font "Times New Roman"
123
+ * `Inkscape <https://inkscape.org >`_
124
+ * `optipng <http://optipng.sourceforge.net >`_
125
+ * the font "Humor Sans" (aka the "XKCD" font), or the free alternative
126
+ `Comic Neue <http://comicneue.com/ >`_
127
+ * the font "Times New Roman"
128
128
129
129
.. note ::
130
130
131
131
The documentation will not build without LaTeX and Graphviz. These are not
132
132
Python packages and must be installed separately. The documentation can be
133
133
built without Inkscape and optipng, but the build process will raise various
134
134
warnings. If the build process warns that you are missing fonts, make sure
135
- your LaTeX distribution bundles cm-super or install it separately.
135
+ your LaTeX distribution bundles cm-super or install it separately.
0 commit comments