aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-01 14:03:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-01 14:21:38 -0700
commit4a9525f84ff5fa6cd0cd6fb36f6b8f34784f1407 (patch)
treeec0fcd60b196344cce1c69331f4df7fd95e0840e /doc
parent585cb60e19bf3ed65b348c67955271e094bc5d0b (diff)
downloadconsfigurator-4a9525f84ff5fa6cd0cd6fb36f6b8f34784f1407.tar.gz
fix some Sphinx warnings
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/introduction.rst4
-rw-r--r--doc/tutorial/disk_image.rst4
3 files changed, 7 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 99da27e..669be84 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -54,7 +54,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = ['_static']
# -- Options for Texinfo output ----------------------------------------------
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 699be76..b9417da 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -120,7 +120,9 @@ with ``DEFHOST``, you can evaluate::
Regex replace a file across hosts
+++++++++++++++++++++++++++++++++
-With ``*ALL-MY-SERVERS*`` as in the previous example,::
+With ``*ALL-MY-SERVERS*`` as in the previous example,
+
+.. code-block:: none
(dolist (server *all-my-servers*)
(deploy-these :ssh server
diff --git a/doc/tutorial/disk_image.rst b/doc/tutorial/disk_image.rst
index 7001474..881f8fd 100644
--- a/doc/tutorial/disk_image.rst
+++ b/doc/tutorial/disk_image.rst
@@ -92,7 +92,9 @@ different bootloaders.
Testing the image
-----------------
-Here's a quick way to test what we've built:::
+Here's a quick way to test what we've built:
+
+.. code-block:: none
% sudo chown $USER tmp/test.img
% qemu-system-x86_64 -m 2G -drive file=tmp/test.img,format=raw \