Redirect from RTD to GitHub Pages

This commit is contained in:
vitaut
2015-05-22 06:47:05 -07:00
parent e4c0046a99
commit c389ec05a1
4 changed files with 28 additions and 0 deletions

7
support/rtd/conf.py Normal file
View File

@@ -0,0 +1,7 @@
# Sphinx configuration for readthedocs.
import os, sys
master_doc = 'index'
html_theme = 'theme'
html_theme_path = ["."]