Commit 247bc85 1 parent 20d7fda commit 247bc85 Copy full SHA for 247bc85
File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ build:
13
13
# - python3-sphinx-tabs
14
14
# - python3-sphinx-copybutton
15
15
# - python3-sphinx-notfound-page
16
- commands :
17
- # - sudo apt-get install -y cmake
18
- # Use documentation target to generate doxygen XML output, generate
19
- # conf.py and run Sphinx.
20
- - |
21
- mkdir build
22
- cd build
23
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_DOCUMENTATION=on ..
24
- cmake --build . --target manual
25
- # Copy the generated documentation to $READTHEDOCS_OUTPUT/html/.
26
- - |
27
- mkdir -p "${READTHEDOCS_OUTPUT}"
28
- cp -a build/manual "${READTHEDOCS_OUTPUT}/html"
16
+ # commands:
17
+ # #- sudo apt-get install -y cmake
18
+ # # Use documentation target to generate doxygen XML output, generate
19
+ # # conf.py and run Sphinx.
20
+ # - |
21
+ # mkdir build
22
+ # cd build
23
+ # cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_DOCUMENTATION=on ..
24
+ # cmake --build . --target manual
25
+ # # Copy the generated documentation to $READTHEDOCS_OUTPUT/html/.
26
+ # - |
27
+ # mkdir -p "${READTHEDOCS_OUTPUT}"
28
+ # cp -a build/manual "${READTHEDOCS_OUTPUT}/html"
You can’t perform that action at this time.
0 commit comments