Skip to content

Commit

Permalink
Remove sphinx-programoutput extension
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed May 25, 2024
1 parent 2442230 commit 869f984
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
sphinxemoji
sphinx-issues
sphinxcontrib-programoutput
16 changes: 4 additions & 12 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,10 @@
|:keyboard:| Command Line Interface
===================================

There are two available commands: ``[create, clean]``
There are two available subcommands: ``[create, clean]``

``moxel``
---------
.. program-output:: moxel --help
For more information on how to use this commands:

``moxel create``
----------------
.. code-block:: console
.. program-output:: moxel create --help

``moxel clean``
---------------

.. program-output:: moxel clean --help
$ moxel <subcommand> --help
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
'sphinxarg.ext',
'sphinx_code_tabs',
'sphinx_issues',
'sphinxcontrib.programoutput',
]

templates_path = ['_templates']
Expand Down

0 comments on commit 869f984

Please sign in to comment.