mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 06:01:54 +00: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 |
||
---|---|---|
.. | ||
3rd_party | ||
_static | ||
_templates | ||
borg_theme/css | ||
deployment | ||
internals | ||
man | ||
misc | ||
usage | ||
authors.rst | ||
book.rst | ||
changes.rst | ||
conf.py | ||
deployment.rst | ||
development.rst | ||
faq.rst | ||
global.rst.inc | ||
index.rst | ||
installation.rst | ||
internals.rst | ||
introduction.rst | ||
Makefile | ||
man_intro.rst | ||
quickstart.rst | ||
quickstart_example.rst.inc | ||
support.rst | ||
usage.rst | ||
usage_general.rst.inc |