Including Module Index in Documentation

This commit is contained in:
Jürgen Edelbluth 2022-08-28 15:31:54 +02:00
parent 5b4b62139f
commit bef3987479
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
4 changed files with 4 additions and 4 deletions

View File

@ -36,5 +36,6 @@ Sitemap
:caption: Meta
genindex
py-modindex
🌍 Project Page <https://git.codebau.dev/pytest-plugins/pytest-csv-params>
🌍 juergen.rocks <https://juergen.rocks/>

View File

@ -12,9 +12,6 @@ from os.path import abspath, dirname, join
import tomli
sys.path.insert(0, abspath(join(dirname(__file__), "..")))
# sys.path.insert(0, abspath(join(dirname(__file__), "..", "tests")))
# sys.path.insert(0, abspath(join(dirname(__file__), "..", "_ptcsvp")))
# sys.path.insert(0, abspath(join(dirname(__file__), "..", "pytest_csv_params")))
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

2
docs/py-modindex.rst Normal file
View File

@ -0,0 +1,2 @@
Python Module Index
===================

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-csv-params"
version = "1.0.0"
version = "1.0.1"
description = "Pytest plugin for Test Case Parametrization with CSV files"
authors = ["Juergen Edelbluth <csv_params@jued.de>"]
license = "MIT"