Skip to content

Commit a1061bb

Browse files
timlnxclaude
andcommitted
Fix module.rst: replace invalid :option: role with literal du -B
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7992a9c commit a1061bb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docsite/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
# a list of builtin themes.
106106
if _RTD_THEME:
107107
html_theme = "sphinx_rtd_theme"
108-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
109108
else:
110109
html_theme = 'default'
111110

docsite/source/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ argument or option should be interpreted as.
902902
A feature found in many command-line utilities is the ability to
903903
specify some kind of file size using a string which roughly
904904
describes some kind of parameter. For example, let's look at the
905-
:program:`du` (disk usage) command. Invoking it as :option:`du -B`
905+
:program:`du` (disk usage) command. Invoking it as ``du -B``
906906
allows one to specify a desired block-size scaling factor in
907907
printed results.
908908

0 commit comments

Comments
 (0)