Including Module Index in Documentation
This commit is contained in:
parent
5b4b62139f
commit
bef3987479
@ -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/>
|
||||
|
@ -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
2
docs/py-modindex.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Python Module Index
|
||||
===================
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user