Alex Afanasyev | 2ea02e5 | 2023-11-16 23:25:06 +0000 | [diff] [blame] | 1 | Index: nfd_22.12/docs/conf.py |
| 2 | =================================================================== |
| 3 | --- nfd_22.12.orig/docs/conf.py |
| 4 | +++ nfd_22.12/docs/conf.py |
| 5 | @@ -29,7 +29,7 @@ today_fmt = '%Y-%m-%d' |
| 6 | # -- General configuration --------------------------------------------------- |
| 7 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
| 8 | |
| 9 | -needs_sphinx = '4.0' |
| 10 | +needs_sphinx = '1.3' |
| 11 | extensions = [ |
| 12 | 'sphinx.ext.extlinks', |
| 13 | 'sphinx.ext.todo', |
| 14 | @@ -56,6 +56,7 @@ exclude_patterns = ['Thumbs.db', '.DS_St |
| 15 | |
| 16 | html_theme = 'named_data_theme' |
| 17 | html_theme_path = ['.'] |
| 18 | +master_doc = 'index' |
| 19 | |
| 20 | # Add any paths that contain custom static files (such as style sheets) here, |
| 21 | # relative to this directory. They are copied after the builtin static files, |