add missing dependencies for m.css (#50)
This commit is contained in:
parent
0f7ae8a3b7
commit
4bcf72420e
2 changed files with 6 additions and 2 deletions
6
.github/workflows/documentation.yaml
vendored
6
.github/workflows/documentation.yaml
vendored
|
@ -12,8 +12,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Install doxygen
|
- name: Install dependencies
|
||||||
run: brew install doxygen
|
run: |
|
||||||
|
brew install doxygen
|
||||||
|
pip install jinja2 Pygments
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -94,6 +94,8 @@ cmake --build build/doc --target GenerateDocs
|
||||||
open build/doc/doxygen/html/index.html
|
open build/doc/doxygen/html/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build the documentation locally, you will need Doxygen, jinja2 and Pygments on installed your system.
|
||||||
|
|
||||||
### Additional tools
|
### Additional tools
|
||||||
|
|
||||||
The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake) file which is used to import additional tools on-demand through CMake configuration arguments.
|
The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake) file which is used to import additional tools on-demand through CMake configuration arguments.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue