| 6c2331b1 | 20-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
tarball: fix doc build
Traceback (most recent call last): File "/home/balay/petsc.x/venv-petsc-docs/lib/python3.11/site-packages/sphinx/events.py", line 94, in emit results.append(listener.han
tarball: fix doc build
Traceback (most recent call last): File "/home/balay/petsc.x/venv-petsc-docs/lib/python3.11/site-packages/sphinx/events.py", line 94, in emit results.append(listener.handler(self.app, *args)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/balay/petsc.x/doc/conf.py", line 186, in builder_init_handler _build_classic_docs(app, 'pre') File "/home/balay/petsc.x/doc/conf.py", line 219, in _build_classic_docs build_classic_docs.main(stage,app.outdir) File "/home/balay/petsc.x/doc/build_classic_docs.py", line 59, in main if not c2html: ^^^^^^ UnboundLocalError: cannot access local variable 'c2html' where it is not associated with a value
show more ...
|
| a99da7d5 | 20-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
tarball: remove unicode char- this prevents proper creation of docs/index.html [on F39/python-3.11]
Traceback (most recent call last): File "/home/balay/git-repo/petsc-release.clone/venv-petsc-doc
tarball: remove unicode char- this prevents proper creation of docs/index.html [on F39/python-3.11]
Traceback (most recent call last): File "/home/balay/git-repo/petsc-release.clone/venv-petsc-docs/lib/python3.11/site-packages/sphinx/events.py", line 94, in emit results.append(listener.handler(self.app, *args)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/balay/git-repo/petsc-release.clone/doc/conf.py", line 194, in build_finished_handler _fix_links(app, exception) File "/home/balay/git-repo/petsc-release.clone/doc/conf.py", line 247, in _fix_links make_links_relative.make_links_relative(app.outdir) File "/home/balay/git-repo/petsc-release.clone/doc/make_links_relative.py", line 22, in make_links_relative for line in file: File "/software/spack-2023-10-03/opt/spack/linux-fedora39-skylake/gcc-13.2.1/python-3.11.3-cvp3sga6wuwdrabillb57xqprp7u6psu/lib/python3.11/fileinput.py", line 251, in __next__ line = self._readline() ^^^^^^^^^^^^^^^^ File "/software/spack-2023-10-03/opt/spack/linux-fedora39-skylake/gcc-13.2.1/python-3.11.3-cvp3sga6wuwdrabillb57xqprp7u6psu/lib/python3.11/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 6117: ordinal not in range(128)
show more ...
|