don't use sphinx
This commit is contained in:
parent
b39c0dd292
commit
5cdf352674
|
@ -87,8 +87,6 @@ exclude_patterns = ['_build']
|
|||
# output. They are ignored by default.
|
||||
#show_authors = False
|
||||
|
||||
import sphinx_rtd_theme
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
@ -115,7 +113,6 @@ html_theme = 'default'
|
|||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
#html_theme_path = []
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
|
|
Loading…
Reference in New Issue