We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b10dd commit ac835c9Copy full SHA for ac835c9
_episodes/08-development-setup.md
@@ -383,11 +383,12 @@ python setup.py build_sphinx -Ea
383
Similar to code, documentation should be well written and adhere to standards.
384
If the documentation is built properly, the previous command prints a message to the console:
385
386
-~~~bash
+~~~
387
build succeeded.
388
389
The HTML pages are in doc/sphinx/build/html.
390
~~~
391
+{: .output}
392
393
The main page of the documentation has been built into ``index.html``
394
in ``doc/sphinx/build/html`` directory.
0 commit comments