Skip to content

Commit ac835c9

Browse files
remove bash from code block
Co-authored-by: Peter Kalverla <[email protected]>
1 parent 45b10dd commit ac835c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/08-development-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,12 @@ python setup.py build_sphinx -Ea
383383
Similar to code, documentation should be well written and adhere to standards.
384384
If the documentation is built properly, the previous command prints a message to the console:
385385
386-
~~~bash
386+
~~~
387387
build succeeded.
388388
389389
The HTML pages are in doc/sphinx/build/html.
390390
~~~
391+
{: .output}
391392
392393
The main page of the documentation has been built into ``index.html``
393394
in ``doc/sphinx/build/html`` directory.

0 commit comments

Comments
 (0)