[PATCH] mmc-utils: Docs: Fix Sphinx build error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch fixes a Sphinx build error encountered during the
`make html-docs` process. Apparently the _static directory was absent
and the master document not being set in the Sphinx configuration.

Signed-off-by: Avri Altman <avri.altman@xxxxxxx>
---
 docs/_static/.gitkeep | 0
 docs/conf.py          | 2 ++
 2 files changed, 2 insertions(+)
 create mode 100644 docs/_static/.gitkeep

diff --git a/docs/_static/.gitkeep b/docs/_static/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/docs/conf.py b/docs/conf.py
index 9c08a23..9bc69ce 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,6 +39,8 @@ templates_path = ['_templates']
 # This pattern also affects html_static_path and html_extra_path.
 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
+# The master toctree document.
+master_doc = 'index'
 
 # -- Options for HTML output -------------------------------------------------
 
-- 
2.25.1





[Index of Archives]     [Linux Memonry Technology]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux