summaryrefslogtreecommitdiffstats
path: root/docs/usage
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagon-recursion@posteo.net>2021-12-10 10:51:26 +0300
committerAndrey Bienkowski <hexagon-recursion@posteo.net>2021-12-10 10:51:26 +0300
commit37e1ae47354cdf6ea8e8d773c9972d49a7ddba5e (patch)
tree3eca72e137fb45e5bc9d889c9cb2fdbf78de3f87 /docs/usage
parentdcb1aef5e0b116e1bf5f60aff704f30cfcaa2c5c (diff)
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
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/import-tar.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/usage/import-tar.rst b/docs/usage/import-tar.rst
new file mode 100644
index 000000000..4939cbc29
--- /dev/null
+++ b/docs/usage/import-tar.rst
@@ -0,0 +1 @@
+.. include:: import-tar.rst.inc