sphinx-toolbox Demo - Installation

python3 -m pip install my_project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

conda install my_project

conda install my-project

conda install my-project

python3 -m pip install git+https://github.com/domdfcoding/sphinx-toolbox@master --user

python3 -m pip install git+https://github.com/domdfcoding/sphinx-toolbox@master --user

python3 -m pip install my_project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

python3 -m pip install my_project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

python3 -m pip install my-project --user

Enable my-extension by adding the following to the extensions variable in your conf.py :

extensions = [
    ...
    'foo',
    'bar',
    'baz',
    'my-extension',
    ]

For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .

Enable my-extension by adding the following to the extensions variable in your conf.py :

extensions = [
    ...
    'foo',
    'bar',
    'baz',
    'my_extension',
    ]

For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .

Enable my-extension by adding the following to the extensions variable in your conf.py :

extensions = [
    ...
    'my_extension',
    ]

For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .

Enable my-extension by adding the following to the extensions variable in your conf.py :

extensions = [
    ...
    'my-extension',
    ]

For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .

extensions = [
    ...
    'my-extension',
    ]

For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .

Enable my-extension by adding the following to the extensions variable in your conf.py :

extensions = [
    ...
    'my-extension',
    ]