ソースを参照

Doc theme removed

Ander 10 年 前
コミット
b980e0b828
1 ファイル変更0 行追加6 行削除
  1. 0 6
      docs/conf.py

+ 0 - 6
docs/conf.py

@@ -285,10 +285,4 @@ texinfo_documents = [
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 #texinfo_no_detailmenu = False
 
-# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
-on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 
-if not on_rtd:  # only import and set the theme if we're building docs locally
-    import sphinx_rtd_theme
-    html_theme = 'sphinx_rtd_theme'
-    html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]