We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7992a9c commit a1061bbCopy full SHA for a1061bb
2 files changed
docsite/source/conf.py
@@ -105,7 +105,6 @@
105
# a list of builtin themes.
106
if _RTD_THEME:
107
html_theme = "sphinx_rtd_theme"
108
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
109
else:
110
html_theme = 'default'
111
docsite/source/module.rst
@@ -902,7 +902,7 @@ argument or option should be interpreted as.
902
A feature found in many command-line utilities is the ability to
903
specify some kind of file size using a string which roughly
904
describes some kind of parameter. For example, let's look at the
905
- :program:`du` (disk usage) command. Invoking it as :option:`du -B`
+ :program:`du` (disk usage) command. Invoking it as ``du -B``
906
allows one to specify a desired block-size scaling factor in
907
printed results.
908
0 commit comments