1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-22 06:01:54 +00:00
borg/docs
Andrey Bienkowski 37e1ae4735 Fix exceptions thrown by setup.py build_man
While doing some doc updates I needed a way to test them - to build
the documentation and inspect the output. I ran into an issue:
running python setup.py build_man was throwing exceptions:

1. The import-tar parser had a None description causing:

    File "/home/user/borg/setup_docs.py", line 451, in write_heading
      write(char * len(header))
    TypeError: object of type 'NoneType' has no len()

2. There was no docs/usage/import-tar.rst causing an exception too
2021-12-10 10:51:26 +03:00
..
3rd_party
_static
_templates
borg_theme/css
deployment Merge pull request #5902 from ThomasWaldmann/pull-chroot-problematic-1.1 2021-07-11 18:07:14 +02:00
internals
man build_man 2021-05-11 22:33:28 +02:00
misc
usage Fix exceptions thrown by setup.py build_man 2021-12-10 10:51:26 +03:00
authors.rst
book.rst
changes.rst Update changes.rst 2021-05-13 12:51:17 +02:00
conf.py It's 2021 2021-05-12 21:25:16 +09:00
deployment.rst
development.rst require python 3.8+, fixes #5975 2021-09-16 02:21:29 +02:00
faq.rst Fix manifest-timestamp path 2021-10-18 02:54:12 -04:00
global.rst.inc
index.rst
installation.rst Fix broken link to .nix file 2021-10-05 06:53:11 +06:00
internals.rst
introduction.rst
Makefile
man_intro.rst
quickstart.rst
quickstart_example.rst.inc
support.rst
usage.rst
usage_general.rst.inc