Browse Source

changed docs theme

pull/7/head
ernado 11 years ago
parent
commit
181e7a547a
  1. 6
      docs/conf.py
  2. 1
      docs/requirements.txt

6
docs/conf.py

@ -256,3 +256,9 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

1
docs/requirements.txt

@ -0,0 +1 @@
sphinx_rtd_theme
Loading…
Cancel
Save