Home | History | Annotate | Download | only in rtd
      1 # Sphinx configuration for readthedocs.
      2 
      3 import os, sys
      4 
      5 master_doc = 'index'
      6 html_theme = 'theme'
      7 html_theme_path = ["."]
      8