build: make sphinx tool compatible with python 3.12

Refs: #5298
Change-Id: Id1c05a01a1f4e1f8a88f945d007db97c0f95573a
1 file changed
tree: ba4cbb2c5e3f63368c817bbaabdd61d6f4ee162e
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. docs/
  5. examples/
  6. ndn-cxx/
  7. tests/
  8. tools/
  9. .editorconfig
  10. .gitignore
  11. .jenkins
  12. .mailmap
  13. AUTHORS.md
  14. client.conf.sample
  15. COPYING.md
  16. Dockerfile
  17. libndn-cxx.pc.in
  18. README-dev.md
  19. README.md
  20. waf
  21. wscript
README.md

ndn-cxx: NDN C++ library with eXperimental eXtensions

CI Docs Language Latest version

ndn-cxx is a C++17 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:

Documentation

See docs/INSTALL.rst for compilation and installation instructions.

Extensive documentation is available on the library's homepage.

Reporting bugs

Please submit any bug reports or feature requests to the ndn-cxx issue tracker.

Contributing

Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md to get started.

License

ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md for details.