Skip to content

Commit fffaf9a

Browse files
committed
Added note about differences in Sphinx version and docs
1 parent 6a74520 commit fffaf9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ch04packaging/04documentation.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
"cell_type": "markdown",
142142
"metadata": {},
143143
"source": [
144-
"Install Sphinx using the [appropiate instructions](https://www.sphinx-doc.org/en/master/usage/installation.html) for your system following the documentation online."
144+
"Install Sphinx using the [appropiate instructions](https://www.sphinx-doc.org/en/master/usage/installation.html) for your system following the documentation online.\n",
145+
"(Note that your output and the linked documentation may differ slightly depending on when you installed Sphinx and what version you're using.)"
145146
]
146147
},
147148
{
@@ -151,7 +152,7 @@
151152
"\n",
152153
"Invoke the [sphinx-quickstart](https://www.sphinx-doc.org/en/master/usage/quickstart.html) command to build Sphinx's\n",
153154
"configuration file automatically based on questions\n",
154-
"at the command line:\n"
155+
"at the command line:"
155156
]
156157
},
157158
{

0 commit comments

Comments
 (0)