Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"myst_parser",
"sphinx_click",
"sphinxarg.ext",
]

try:
Expand All @@ -49,6 +49,9 @@

myst_enable_extensions = ["html_image", "tasklist"]

# Allow argparse directive in MyST markdown
myst_fence_as_directive = ["argparse"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down
7 changes: 5 additions & 2 deletions docs/source/reference/releaser_cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Releaser CLI

```{click} jupyter_releaser.cli:main
The `jupyter-releaser` command-line interface provides tools for managing releases.

```{argparse}
:module: jupyter_releaser.cli
:func: create_parser
:prog: jupyter-releaser
:nested: full
```
Loading