History log of /petsc/doc/build_man_index.py (Results 1 – 25 of 25)
Revision Date Author Comments
# 7c4bd27e 07-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-04/fix-docs-no-release-branch' into 'main'

Fix make docs when there is no release branch in the repository

See merge request petsc/petsc!8935


# e72ec976 04-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

make docs fails if the release branch is not in the repository, but it should work


# 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


# 0c2f3f01 27-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-03-26/docs-convert-manualpages-rst-md' into 'main'

Convert manualpages/*.rst to manualpages/*.md files

See merge request petsc/petsc!8244


# b8253ccf 27-Mar-2025 Barry Smith <bsmith@mcs.anl.gov>

Convert manualpages/*.rst to manualpages/*.md files


# 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


# 613ce9fe 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 08c30c10 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-04/fix-manpage-references/release' into 'release'

Update references in the manual pages to use Sphinx citation processing

See merge request petsc/petsc!7101


# 1d27aa22 04-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Update references in the manual pages to use Sphinx citation processing


# fc288817 13-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-12/docs-error-on-bad-man-page' into 'main'

make docs should error on some errors in the manual pages. This...

See merge request petsc/petsc!7113


# 5a0a9f49 12-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

!7005 stopped make docs from erroring on some errors in the manual pages. This now returns the erroring out

Reported-by: Satish Balay


# 960d43a7 12-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-06/doc-manpage-gen-to-python' into 'main'

Convert make allmanualpages to Python

See merge request petsc/petsc!7005


# 3564227f 08-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Convert make allmanualpages to Python

Significantly faster on my laptop


# 53673ba5 09-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-06/doc-cleanup-man-page-processing' into 'main'

Move doc/classic materials to doc/manualpages

See merge request petsc/petsc!7000


# 46696af2 06-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Move doc/classic materials to doc/manualpages

Update scripts and makefiles to process them in the new locations


# cf5559fd 22-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'

Create system for automatically adding References: section when {cite} appears in the manual page

See merge request p

Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'

Create system for automatically adding References: section when {cite} appears in the manual page

See merge request petsc/petsc!6769

show more ...


# 92b0751c 30-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Create system for automatically adding References: section when {cite} appears in the manual page


# 02ff24cd 14-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-24/improve-doc-build-time' into 'main'

Minor improvements to time to build docs, also add (crude) timing collections...

See merge request petsc/petsc!6631


# 78163631 26-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

More tidying up of docs generation; more consistent timing information

Commit-type: docs-only


# fb2aa080 26-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

mv wwwindex.py directly into doc directory and call it directly from python

Other minor cleanup of doc build process makefiles

Commit-type: docs-only