diff --git a/docs/_toc.rst b/docs/_toc.rst index 1148e5c..f74f62c 100644 --- a/docs/_toc.rst +++ b/docs/_toc.rst @@ -36,5 +36,6 @@ Sitemap :caption: Meta genindex + py-modindex 🌍 Project Page 🌍 juergen.rocks diff --git a/docs/conf.py b/docs/conf.py index 4990860..d201bff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/py-modindex.rst b/docs/py-modindex.rst new file mode 100644 index 0000000..3b91f13 --- /dev/null +++ b/docs/py-modindex.rst @@ -0,0 +1,2 @@ +Python Module Index +=================== diff --git a/pyproject.toml b/pyproject.toml index 6eb0714..2ed8016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"