File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
99project = 'NDN Essential Tools'
10- copyright = 'Copyright © 2014-2025 Named Data Networking Project. '
10+ copyright = '2014-2026, Named Data Networking Project'
1111author = 'Named Data Networking Project'
1212
1313# The short X.Y version.
2626# -- General configuration ---------------------------------------------------
2727# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2828
29- needs_sphinx = '4 .0'
29+ needs_sphinx = '7 .0'
3030extensions = []
3131
32- exclude_patterns = ['Thumbs.db' , '.DS_Store' ]
32+ exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
33+
34+ # Disable syntax highlighting of code blocks by default.
35+ highlight_language = 'none'
36+
37+ # Generate warnings for all missing references.
38+ nitpicky = True
3339
3440
3541# -- Options for manual page output ------------------------------------------
Original file line number Diff line number Diff line change 11docutils >= 0.20
2- sphinx >= 7.0.1 ,< 9
2+ sphinx >= 7.0.1 ,< 10
You can’t perform that action at this time.
0 commit comments