| #
a16d7c54
|
| 05-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-27/docs-build-in-petsc-arch' into 'main'
Build the docs files in $PETSC_ARCH when
See merge request petsc/petsc!8444
|
| #
7f019730
|
| 27-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Build the docs files in $PETSC_ARCH when
PETSC_ARCH is set and make docs is used
Otherwise the docs continue to be built in the doc directory.
Does not apply to petsc4py docs
|
| #
7c485f38
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
91fd0dc0
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-08/minor-plex-docs/release' into 'release'
Build PETSc and petsc4py docs with the same requirements file
See merge request petsc/petsc!7678
|
| #
34c645fd
|
| 08-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update sphinx packages used to build docs make petsc4py docs shared common requirements.txt
This prevents errors such as below when building docs
Running Sphinx v7.3.7 Using PETSC inventory from fi
Update sphinx packages used to build docs make petsc4py docs shared common requirements.txt
This prevents errors such as below when building docs
Running Sphinx v7.3.7 Using PETSC inventory from file:///Users/barrysmith/Src/petsc/doc/_build/html/objects.inv <Inventory (url): PETSc v3.21, 7842 objects>
Exception occurred: File "petsc4py/PETSc.pyx", line 1, in init petsc4py.PETSc ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
show more ...
|
| #
f748bf6b
|
| 16-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'eijkhout/fix-script-python' into 'main'
Script: Update python in petscnagupgrade.py
See merge request petsc/petsc!7299
|
| #
1b37a2a7
|
| 15-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove duplicates and switch to python3
|
| #
8c85c2b1
|
| 12-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-02-11/fix-hpp-files-c2html' into 'main'
Fix mistake that html was not generated for .hpp files.
See merge request petsc/petsc!7285
|
| #
801caccc
|
| 11-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix mistake that html was not generated for .hpp files.
Reported-by: Pierre Jolivet
|
| #
e98d5aa1
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-03/docs-c2html' into 'main'
Remove recursive build of c2html files; no longer uses classic makefiles
See merge request petsc/petsc!7167
|
| #
ec83d434
|
| 04-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove recursive build of c2html files; no longer uses classic makefiles
saves 50 seconds on Barry's laptop
|