mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-26 20:34:45 -04:00
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
1 line
32 B
ReStructuredText
1 line
32 B
ReStructuredText
.. include:: import-tar.rst.inc
|