2
0

conf.py 123 B

1234567
  1. # Sphinx configuration for readthedocs.
  2. import os, sys
  3. master_doc = 'index'
  4. html_theme = 'theme'
  5. html_theme_path = ["."]