Fix a typo in the use_directory_urls config name

This commit is contained in:
Dougal Matthews
2014-10-07 10:13:33 +01:00
parent cc2310ff2a
commit 7c66b5bc71

View File

@@ -28,7 +28,7 @@ DEFAULT_CONFIG = {
# If `True`, use `<page_name>/index.hmtl` style files with hyperlinks to the directory.
# If `False`, use `<page_name>.html style file with hyperlinks to the file.
# True generates nicer URLs, but False is useful if browsing the output on a filesystem.
'use_direcory_urls': True,
'use_directory_urls': True,
# Specify a link to the project source repo to be included
# in the documentation pages.