File tree Expand file tree Collapse file tree 4 files changed +1093
-270
lines changed
Expand file tree Collapse file tree 4 files changed +1093
-270
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,15 @@ jobs:
4040 container :
4141 # @note We can't update this as epydoc doesn't support python3. We'll
4242 # need to re-write the python docs to use sphinx
43- image : aswf/ci-openvdb:2019
43+ image : aswf/ci-openvdb:2022
4444 steps :
4545 - uses : actions/checkout@v3
4646 - name : install_doxygen
4747 run : ./ci/install_doxygen.sh 1_8_11
48- - name : install_epydoc
49- run : pip install epydoc
48+ # - name: install_epydoc
49+ # run: pip install epydoc
5050 - name : install_latex
5151 run : yum -y install texlive-latex-bin texlive-dvips texlive-collection-fontsrecommended texlive-collection-latexrecommended
52- - name : install_cmake
53- run : ./ci/install_cmake.sh 3.18.0
5452 - name : build
5553 run : >
5654 ./ci/build.sh -v
6361 -DUSE_EXPLICIT_INSTANTIATION=OFF
6462 -DDISABLE_DEPENDENCY_VERSION_CHECKS=ON
6563 \"
66- - name : epydoc
67- run : |
68- epydoc --html -o /usr/local/share/doc/OpenVDB/html/python pyopenvdb
64+ # - name: epydoc
65+ # run: |
66+ # epydoc --html -o /usr/local/share/doc/OpenVDB/html/python pyopenvdb
6967 - name : pre_deploy
7068 # Overwrite global SSH configuration
7169 # https://github.com/peaceiris/actions-gh-pages/issues/719
You can’t perform that action at this time.
0 commit comments