|
Line 0
Link Here
|
|
|
1 |
--- swift/docs/conf.py.orig 2017-04-21 21:18:29.000000000 +0000 |
| 2 |
+++ swift/docs/conf.py 2018-01-22 12:34:17.478075000 +0000 |
| 3 |
@@ -29,7 +29,7 @@ |
| 4 |
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] |
| 5 |
|
| 6 |
# Add any paths that contain templates here, relative to this directory. |
| 7 |
-templates_path = ['_templates'] |
| 8 |
+templates_path = ['_templates', 'archive'] |
| 9 |
|
| 10 |
# The suffix of source filenames. |
| 11 |
source_suffix = '.rst' |
| 12 |
@@ -146,7 +146,7 @@ |
| 13 |
|
| 14 |
# Additional templates that should be rendered to pages, maps page names to |
| 15 |
# template names. |
| 16 |
-html_additional_pages = {'LangRef': 'archive/LangRef.html'} |
| 17 |
+html_additional_pages = {'archive/LangRef': 'LangRef.html'} |
| 18 |
|
| 19 |
# If false, no module index is generated. |
| 20 |
# html_domain_indices = True |