frr
frr copied to clipboard
How to build docs?
Description
Hello,
I am trying to create the HTML documentation, but without success:
$ git clone --branch frr-10.1 --depth 1 https://github.com/FRRouting/frr.git
$ cd frr/doc/
$ make html
make[1]: *** No rule to make target 'doc/user/_build/html/.buildinfo'. Stop.
make: *** [Makefile:6: html] Error 2
Version
$ git describe --always
frr-10.1
How to reproduce
Try to build the docs
Expected behavior
The documentation is being built.
Actual behavior
A error appears.
Additional context
No response
Checklist
- [X] I have searched the open issues for this bug.
- [X] I have not included sensitive information in this report.