Skip to content

Commit 0eea142

Browse files
author
OpenAstroTech
committed
Update conf.py
1 parent 66d23d8 commit 0eea142

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@
4949
# Add any paths that contain custom static files (such as style sheets) here,
5050
# relative to this directory. They are copied after the builtin static files,
5151
# so a file named "default.css" will overwrite the builtin "default.css".
52-
html_static_path = ['_static']
52+
html_static_path = ['_static']
53+
54+
# Needed for RTD build
55+
master_doc = 'index'

0 commit comments

Comments
 (0)