-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable parallel build, breathe does not support it
- Loading branch information
Showing
7 changed files
with
112 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# SPDX-FileCopyrightText: 2019-2020 Intel Corporation | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# This is the minimal set of components required and using the latest | ||
# versions | ||
|
||
breathe | ||
graphviz | ||
lxml | ||
pre-commit | ||
six | ||
Sphinx | ||
sphinx-notfound-page | ||
sphinx-book-theme | ||
sphinx-prompt | ||
sphinx_substitution_extensions | ||
sphinx_tabs | ||
sphinxcontrib.plantuml | ||
sphinxcontrib-spelling | ||
sphinxcontrib-svg2pdfconverter | ||
sphinxmark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SPDX-FileCopyrightText: 2019-2020 Intel Corporation | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# This file is generated with: | ||
# | ||
# rm -rf venv | ||
# python -m venv venv | ||
# source venv/bin/activate | ||
# pip install -r requirements.base.txt | ||
# cp requirements.header.txt requirements.txt | ||
# pip freeze >> requirements.txt | ||
# | ||
# Add this header, including copyright back | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters