Skip to content

Commit 8526359

Browse files
authored
Merge pull request #1452 from Idclip/value_accessor_buffer_cache
ValueAccessor Buffer Cache
2 parents e782a6a + bd16c70 commit 8526359

File tree

4 files changed

+1093
-270
lines changed

4 files changed

+1093
-270
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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
@@ -63,9 +61,9 @@ jobs:
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

0 commit comments

Comments
 (0)