12 lines
206 B
Python
12 lines
206 B
Python
# Main Configuration File
|
|
|
|
# Copy this into conf.py
|
|
# ----------------------
|
|
|
|
# Index URL
|
|
# ---------
|
|
|
|
# URL path to index.html
|
|
# if you are installing within a folder, add the folderpath
|
|
index_path = '/'
|
|
|