1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-06 01:28:12 +03:00
mold/third-party/tbb/doc
2024-07-11 15:38:18 +09:00
..
_static Upgrade vendored OneTBB to version 2021.7.0 2022-11-10 17:42:51 +08:00
GSG Upgrade OneTBB to version 2021.11.0 2023-12-02 12:34:16 +09:00
index Upgrade OneTBB to version 2021.11.0 2023-12-02 12:34:16 +09:00
main Upgrade OneTBB in ./third-party to version 2021.13.0 2024-07-11 15:38:18 +09:00
conf.py Upgrade OneTBB in ./third-party to version 2021.13.0 2024-07-11 15:38:18 +09:00
Doxyfile.in Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
DoxygenLayout.xml Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
index.rst Upgrade vendored OneTBB to version 2021.7.0 2022-11-10 17:42:51 +08:00
make.bat Upgrade OneTBB in ./third-party to version 2021.13.0 2024-07-11 15:38:18 +09:00
README.md Upgrade vendored OneTBB to version 2021.7.0 2022-11-10 17:42:51 +08:00
test_classification.dox Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00

How to build oneTBB documentation

Our documentation is written in restructured text markup (.rst) and built using Sphinx.

This document explains how to build oneTBB documentation locally.

Prerequisites

  • Python 3.7.0 or higher
  • Sphinx

Build documentation

Do the following to generate HTML output of the documentation:

  1. Clone oneTBB repository:
git clone https://github.com/oneapi-src/oneTBB.git
  1. Go to the doc folder:
cd oneTBB/doc
  1. Run in the command line:
make html

That's it! Your built documentation is located in the build/html folder.