Alex Afanasyev | 8d5b2ef | 2023-01-10 01:46:00 +0000 | [diff] [blame^] | 1 | Index: ndn-cxx_0.8.1-bp1/docs/conf.py |
| 2 | =================================================================== |
| 3 | --- ndn-cxx_0.8.1-bp1.orig/docs/conf.py |
| 4 | +++ ndn-cxx_0.8.1-bp1/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 | @@ -47,6 +47,8 @@ def addExtensionIfExists(extension: str) |
| 15 | |
| 16 | addExtensionIfExists('sphinxcontrib.doxylink') |
| 17 | |
| 18 | +master_doc = 'index' |
| 19 | + |
| 20 | templates_path = ['_templates'] |
| 21 | exclude_patterns = ['Thumbs.db', '.DS_Store'] |
| 22 | |