mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Hopefully fixed issue with RTD html building
This commit is contained in:
@@ -167,6 +167,8 @@ html_static_path = ['_static']
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'Jedidoc'
|
||||
|
||||
html_style = '' # Force usage of default template on RTD
|
||||
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
|
||||
@@ -249,8 +251,3 @@ todo_include_todos = False
|
||||
# -- Options for autodoc module ------------------------------------------------
|
||||
|
||||
autodoc_default_flags = ['members', 'undoc-members']
|
||||
|
||||
|
||||
# -- Options for readthedocs ---------------------------------------------------
|
||||
|
||||
html_style = True # Force usage of default template on RTD
|
||||
|
||||
Reference in New Issue
Block a user