Skip to content

Commit

Permalink
Specify master_doc = 'index' in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hallock committed Dec 10, 2019
1 parent 0f8ca47 commit c6d364b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@
# 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']

# Specify master_doc (see https://github.com/readthedocs/readthedocs.org/issues/2569#issuecomment-485117471)
master_doc = 'index'

0 comments on commit c6d364b

Please sign in to comment.