sphinx-autofixture¶
Sphinx autodocumenter for pytest fixtures.
Installation¶
python3 -m pip install sphinx-autofixture --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install sphinx-autofixture
python3 -m pip install git+https://github.com/sphinx-toolbox/sphinx-autofixture@master --user
Contents¶
View the Function Index or browse the Source Code.