| e3ec4a52 | 14-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
When building petsc4py docs in PETSc docs build use just generated objects.inv
Does not work, errors with
Running Sphinx v7.0.1 Using PETSC inventory from file:///Users/barrysmith/Src/petsc/doc/_bu
When building petsc4py docs in PETSc docs build use just generated objects.inv
Does not work, errors with
Running Sphinx v7.0.1 Using PETSC inventory from file:///Users/barrysmith/Src/petsc/doc/_build/html/objects.inv <Inventory (url): PETSc vv3.19.2-378-gb5acac2a946, 6944 objects> [autosummary] generating autosummary for: citing.rst, demo/demo.rst, demo/poisson2d/poisson2d.rst, documentation_standards.rst, index.rst, install.rst, overview.rst, petsc_options.rst, petsc_python_types.rst, reference.rst, ..., reference/petsc4py.typing.TSIJacobian.rst, reference/petsc4py.typing.TSIJacobianP.rst, reference/petsc4py.typing.TSMonitorFunction.rst, reference/petsc4py.typing.TSPostEventFunction.rst, reference/petsc4py.typing.TSPostStepFunction.rst, reference/petsc4py.typing.TSPreStepFunction.rst, reference/petsc4py.typing.TSRHSFunction.rst, reference/petsc4py.typing.TSRHSJacobian.rst, reference/petsc4py.typing.TSRHSJacobianP.rst, reference/petsc4py.typing.rst loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv... loading intersphinx inventory from https://numpydoc.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://mpi4py.readthedocs.io/en/stable/objects.inv... loading intersphinx inventory from https://documen.tician.de/pyopencl/objects.inv... loading intersphinx inventory from https://dmlc.github.io/dlpack/latest/objects.inv... loading intersphinx inventory from petsc_objects.inv... building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 212 source files that are out of date updating environment: [new config] 212 added, 0 changed, 0 removed reading sources... [ 85%] reference/petsc4py.typing.DMCoarsenHookFunction .. reference/petsc4py.typing.TAOJacobianResidureading sources... [100%] reference/petsc4py.typing.TAOMonitorFunction .. reference/petsc4py.typing.TSRHSJacobianP looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done
Warning, treated as error: /Users/barrysmith/Src/petsc/src/binding/petsc4py/docs/source/reference/petsc4py.PETSc.py:docstring of petsc4py.PETSc.AO.createBasic:15:'any' reference target not found: petsc.AOCreateBasicIS make[5]: *** [makefile:76: sphinx-html] Error 2 make[5]: Leaving directory '/Users/barrysmith/Src/petsc/src/binding/petsc4py'
I don't know why or how to debug
show more ...
|