diff --git a/docs/_static/text_wrapping.css b/docs/_static/text_wrapping.css new file mode 100644 index 00000000..206348b6 --- /dev/null +++ b/docs/_static/text_wrapping.css @@ -0,0 +1,7 @@ +/* From https://sphinx-argparse.readthedocs.io/en/stable/misc.html#text-wrapping-in-argument-tables */ +.wy-table-responsive table td { + white-space: normal !important; +} +.wy-table-responsive { + overflow: visible !important; +} \ No newline at end of file diff --git a/docs/cli.rst b/docs/cli.rst index c464d345..0c4d86a1 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -5,3 +5,4 @@ CLI documentation :module: hca.cli :func: get_parser :prog: hca + :markdownhelp: