Skip to content

Commit

Permalink
force sphinx to use index.rst as master file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Potter committed Feb 5, 2020
1 parent 976879c commit ac3c743
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# -- Options for Sphinx-JS ---------------------------------------------------
js_source_path = '../src'
primary_domain = 'js'

html_context = {
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],
}
# -- Options for Sphinx ------------------------------------------------------

master_doc = 'index'

0 comments on commit ac3c743

Please sign in to comment.