Skip to content

Commit c023c06

Browse files
authored
Merge pull request #322 from nschloe/doc-fix
doc: master_doc = "index"
2 parents e3f107a + 41d2d68 commit c023c06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
# The full version, including alpha/beta/rc tags.
3232
release = about["__version__"]
3333

34+
# WARNING: conf value "version" should not be empty for EPUB3
35+
version = about["__version__"]
36+
37+
# for sphinx 1.*
38+
master_doc = "index"
3439

3540
# -- General configuration ---------------------------------------------------
3641

@@ -64,4 +69,4 @@
6469
# Add any paths that contain custom static files (such as style sheets) here,
6570
# relative to this directory. They are copied after the builtin static files,
6671
# so a file named "default.css" will overwrite the builtin "default.css".
67-
html_static_path = ["_static"]
72+
# html_static_path = ["_static"]
File renamed without changes.

0 commit comments

Comments
 (0)