diff options
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 73926f82..7124184e 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -171,6 +171,11 @@ html_theme = 'default' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['%(dot)sstatic'] +# Add any extra paths that contain custom files (such as robots.txt or +# .htaccess) here, relative to this directory. These files are copied +# directly to the root of the documentation. +#html_extra_path = [] + # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%%b %%d, %%Y' |