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 bf8cf4d commit 01736aeCopy full SHA for 01736ae
documentation/translations/translating.rst
@@ -302,10 +302,10 @@ or by using :ref:`Sphinx directly <doc-build-sphinx>` and adding a
302
303
.. code-block:: bash
304
305
- # build the html format of the Polish translation using make
+ # Build the HTML format of the Polish translation using make
306
make SPHINXOPTS="-D language=pl" html
307
308
- # build the html format of the Romanian translation using Sphinx directly
+ # Build the HTML format of the Romanian translation using Sphinx directly
309
python -m sphinx -b html . build/html -D language=ro
310
311
0 commit comments