docs: use doxygen-awesome-css (#2758)

This commit is contained in:
ReenigneArcher 2024-06-26 10:44:32 -04:00 committed by GitHub
commit 7e9a2dd621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 166 additions and 9 deletions

View file

@ -13,6 +13,10 @@ Test clang-format locally.
Sphinx
------
.. note:: Documentation is now a cmake target and this is all handled by the cmake build system. When compiling docs
as a target, simply install Python, Doxygen, and Graphviz. The installation of python dependencies will be handled
automatically inside a virtual environment. The following instructions are for manual building of the docs.
Sunshine uses `Sphinx <https://www.sphinx-doc.org/en/master/>`__ for documentation building. Sphinx, along with other
required python dependencies are included in the `./docs/requirements.txt` file. Python is required to build
sphinx docs. Installation and setup of python will not be covered here.