yingda.chen 3 years ago
parent
commit
d7112be056
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      docs/source/conf.py
  2. +1
    -0
      requirements/docs.txt

+ 1
- 1
docs/source/conf.py View File

@@ -76,7 +76,7 @@ exclude_patterns = ['build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = 'sphinx_rtd_theme'
html_theme = 'sphinx_book_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {} html_theme_options = {}




+ 1
- 0
requirements/docs.txt View File

@@ -1,6 +1,7 @@
docutils==0.16.0 docutils==0.16.0
recommonmark recommonmark
sphinx==4.0.2 sphinx==4.0.2
sphinx-book-theme
sphinx-copybutton sphinx-copybutton
sphinx_markdown_tables sphinx_markdown_tables
sphinx_rtd_theme==0.5.2 sphinx_rtd_theme==0.5.2

Loading…
Cancel
Save