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.
2 parents e3f107a + 41d2d68 commit c023c06Copy full SHA for c023c06
doc/conf.py
@@ -31,6 +31,11 @@
31
# The full version, including alpha/beta/rc tags.
32
release = about["__version__"]
33
34
+# WARNING: conf value "version" should not be empty for EPUB3
35
+version = about["__version__"]
36
+
37
+# for sphinx 1.*
38
+master_doc = "index"
39
40
# -- General configuration ---------------------------------------------------
41
@@ -64,4 +69,4 @@
64
69
# Add any paths that contain custom static files (such as style sheets) here,
65
70
# relative to this directory. They are copied after the builtin static files,
66
71
# so a file named "default.css" will overwrite the builtin "default.css".
67
-html_static_path = ["_static"]
72
+# html_static_path = ["_static"]
doc/contents.rst renamed to doc/index.rst
0 commit comments