File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Installation
48
48
The following command installs Sphinx from the `Python Package Index `_. You will
49
49
need a working installation of Python and pip.
50
50
51
- .. code-block :: sh
51
+ .. code-block :: shell
52
52
53
53
pip install -U sphinx
54
54
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ The following list gives some hints for the creation of epub files:
236
236
for Kindle. You can get ``yourdoc.mobi `` under ``_build/epub `` after the
237
237
following command:
238
238
239
- .. code-block :: bash
239
+ .. code-block :: console
240
240
241
241
$ make epub
242
242
$ kindlegen _build/epub/yourdoc.epub
Original file line number Diff line number Diff line change @@ -176,17 +176,17 @@ section describe an easy way to translate with *sphinx-intl*.
176
176
177
177
For Windows :command: `cmd.exe `, run:
178
178
179
- .. code-block :: console
179
+ .. code-block :: doscon
180
180
181
181
> set SPHINXOPTS=-D language=de
182
182
> .\make.bat html
183
183
184
184
For PowerShell, run:
185
185
186
- .. code-block :: console
186
+ .. code-block :: ps1con
187
187
188
- > Set-Item env:SPHINXOPTS "-D language=de"
189
- > .\make.bat html
188
+ PS > Set-Item env:SPHINXOPTS "-D language=de"
189
+ PS > .\make.bat html
190
190
191
191
Congratulations! You got the translated documentation in the ``_build/html ``
192
192
directory.
You can’t perform that action at this time.
0 commit comments