Skip to content

Commit fe044ce

Browse files
committed
docs: shorten project name in doxygen
Change-Id: Ic4a3a6ff8498748291cd533460fc4385e152cf22
1 parent 0d2c643 commit fe044ce

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "NFD: Named Data Networking Forwarding Daemon"
35+
PROJECT_NAME = NFD
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111

1212
project = 'NFD'
13-
copyright = '2014-2025, Named Data Networking Project'
13+
copyright = '2014-2026, Named Data Networking Project'
1414
author = 'Named Data Networking Project'
1515

1616
# The short X.Y version.
@@ -29,7 +29,7 @@
2929
# -- General configuration ---------------------------------------------------
3030
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
3131

32-
needs_sphinx = '4.0'
32+
needs_sphinx = '7.0'
3333
extensions = [
3434
'sphinx.ext.extlinks',
3535
'sphinx.ext.todo',

docs/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ NFD: Named Data Networking Forwarding Daemon
33

44
.. toctree::
55
:hidden:
6-
:maxdepth: 3
76

87
overview
98
INSTALL
109
FAQ
1110
manpages
12-
13-
.. toctree::
14-
:hidden:
15-
:maxdepth: 1
16-
1711
release-notes
1812
releases
1913

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
22
"""
3-
Copyright (c) 2014-2025, Regents of the University of California,
3+
Copyright (c) 2014-2026, Regents of the University of California,
44
Arizona Board of Regents,
55
Colorado State University,
66
University Pierre & Marie Curie, Sorbonne University,

0 commit comments

Comments
 (0)