Skip to content

Commit 6edd699

Browse files
committed
DOC: change link to docutil's "raw" directive
1 parent 9f25d1f commit 6edd699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/prolog-and-epilog.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"This can be done with the configuration values `nbsphinx_prolog` and `nbsphinx_epilog` in the file `conf.py`.\n",
2020
"\n",
2121
"The prolog and epilog strings can hold arbitrary [reST](http://sphinx-doc.org/rest.html) markup.\n",
22-
"Particularly, the [only](http://www.sphinx-doc.org/markup/misc.html#directive-only) and [raw](http://docutils.sourceforge.net/docs/ref/rst/directives.html#raw-data-pass-through) directives can be used to have different content for HTML and LaTeX output.\n",
22+
"Particularly, the [only](http://www.sphinx-doc.org/markup/misc.html#directive-only) and [raw](https://docutils.readthedocs.io/en/sphinx-docs/ref/rst/directives.html#raw-data-pass-through) directives can be used to have different content for HTML and LaTeX output.\n",
2323
"\n",
2424
"Those strings are also processed by the [Jinja2](http://jinja.pocoo.org/) templating engine.\n",
2525
"This means you can run Python-like code within those strings.\n",

0 commit comments

Comments
 (0)