Re: [petsc-dev] TAOPDIPM

2020-08-21 Thread Zhang, Hong via petsc-dev
Pierre, We have fixed this bug in petsc-release (maint branch). Thanks for you report. Hong From: petsc-dev on behalf of Pierre Jolivet Sent: Wednesday, August 5, 2020 2:10 AM To: Abhyankar, Shrirang G Cc: PETSc Subject: Re: [petsc-dev] TAOPDIPM Sorry for

Re: [petsc-dev] Users manual update

2020-08-21 Thread huabel via petsc-dev
success to make sphinx-docs-html. Thanks! > On Aug 21, 2020, at 11:40 PM, Satish Balay wrote: > > The updates referred in this thread are in master branch [and not maint] > > Satish > > On Fri, 21 Aug 2020, huabel via petsc-dev wrote: > >> >> ➜ petsc git:(maint) make

Re: [petsc-dev] Users manual update

2020-08-21 Thread Satish Balay via petsc-dev
The updates referred in this thread are in master branch [and not maint] Satish On Fri, 21 Aug 2020, huabel via petsc-dev wrote: > > ➜ petsc git:(maint) make sphinx-docs-html > /usr/local/opt/python@3.8/bin/python3.8 ./config/gmakegen.py > --petsc-arch=arch-darwin-c-debug >

Re: [petsc-dev] Possible DMPLEX incorrect use of const

2020-08-21 Thread Barry Smith
Solaris still rocks after all these years. > On Aug 21, 2020, at 7:22 AM, Matthew Knepley wrote: > > Yep. Fixing. > > Thanks, > > Matt > > On Thu, Aug 20, 2020 at 10:39 PM Barry Smith > wrote: > > https://gitlab.com/petsc/petsc/-/jobs/696681024 >

Re: [petsc-dev] Users manual update

2020-08-21 Thread huabel via petsc-dev
➜ petsc git:(maint) make sphinx-docs-html /usr/local/opt/python@3.8/bin/python3.8 ./config/gmakegen.py --petsc-arch=arch-darwin-c-debug /usr/local/opt/python@3.8/bin/python3.8 /Volumes/data3/fun2/demox/petsc/config/gmakegentest.py --petsc-dir=/Volumes/data3/fun2/demox/petsc

Re: [petsc-dev] Users manual update

2020-08-21 Thread Jed Brown
huabel via petsc-dev writes: > Thanks, I copied the ‘developer’ fold out and comment > (#extensions.append('sphinxcontrib.bibtex’) this line, with few copy it works > well, (no cite link), for me it enough. We recommend using `make sphinx-docs-html` from the top-level. It will

Re: [petsc-dev] Users manual update

2020-08-21 Thread huabel via petsc-dev
Thanks, I copied the ‘developer’ fold out and comment (#extensions.append('sphinxcontrib.bibtex’) this line, with few copy it works well, (no cite link), for me it enough. > On Aug 21, 2020, at 7:32 PM, Patrick Sanan wrote: > > Note that we have only tested things with Sphinx 2.4.4,

Re: [petsc-dev] Possible DMPLEX incorrect use of const

2020-08-21 Thread Matthew Knepley
Yep. Fixing. Thanks, Matt On Thu, Aug 20, 2020 at 10:39 PM Barry Smith wrote: > > https://gitlab.com/petsc/petsc/-/jobs/696681024 > > > CC arch-ci-opensolaris-cmplx-pkgs-dbg/tests/ts/tutorials/ex10.o >

Re: [petsc-dev] Users manual update

2020-08-21 Thread Patrick Sanan
Note that we have only tested things with Sphinx 2.4.4, because we rely on a custom extension to add the links to man pages. We recently added a helper target in the top-level makefile, which sets up a virtual environment for you with the same packages used for the ReadTheDocs build. Perhaps

Re: [petsc-dev] Users manual update

2020-08-21 Thread huabel via petsc-dev
Hi I run make dirhtml get some error ➜ sphinx_docs git:(maint) make dirhtml Running Sphinx v3.1.2 Found DOT install: /usr/local/bin/dot Extension error: Could not import extension sphinxcontrib.bibtex (exception: No module named 'sphinxcontrib.bibtex') gmake: *** [Makefile:29: dirhtml]

[petsc-dev] Users manual update

2020-08-21 Thread Patrick Sanan
Hi all - We're working on getting the users manual fully migrated to Sphinx, so we can delete the pure-LaTeX version. So far, we've done most of the groundwork to set things up using Sphinx and ReadTheDocs, and to do some semi-automated conversion of the manual. Most people will access the