From f49f2ed30bbf01c25681507f15f79679044f983e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 11 Sep 2023 11:47:39 +0100 Subject: [PATCH] Fix links to homepage Also remove rtd config --- README.md | 2 +- pyproject.toml | 4 ++-- readthedocs.yaml | 18 ------------------ 3 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 readthedocs.yaml diff --git a/README.md b/README.md index 66619ff..5e39684 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ software that may change without warning. [url_test]: https://github.com/p-j-smith/mda-tui/actions/workflows/test_and_build.yaml?query=branch%3Amain+workflow%3Agh-test_and_build [url_linting]: https://github.com/p-j-smith/mda-tui/actions/workflows/linting.yml?query=branch%3Amain+workflow%3Agh-linting [url_codecov]: https://codecov.io/gh/p-j-smith/mda-tui/branch/main -[url_docs]: https://github.com/p-j-smith/mda-tui/actions/workflows/docs.yml +[url_docs]: https://p-j-smith.github.io/mda-tui/ [url_latest_release]: https://github.com/p-j-smith/mda-tui/releases [url_license]: https://www.gnu.org/licenses/gpl-2.0 [url_mda]: https://www.mdanalysis.org diff --git a/pyproject.toml b/pyproject.toml index 40ad276..f6d3e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,10 +57,10 @@ dev =[ [project.urls] source = "https://github.com/p-j-smith/mda-tui" -homepage = "https://github.com/p-j-smith/mda-tui" +homepage = "https://p-j-smith.github.io/mda-tui/" bugtracker = "https://github.com/p-j-smith/mda-tui/issues" usersupport = "https://github.com/p-j-smith/mda-tui/discussions" -# documentation = "https://mda-tui.readthedocs.io" +documentation = "https://p-j-smith.github.io/mda-tui/" [tool.setuptools] include-package-data = true diff --git a/readthedocs.yaml b/readthedocs.yaml deleted file mode 100644 index 26e8088..0000000 --- a/readthedocs.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# readthedocs.yaml - -version: 2 - -sphinx: - configuration: docs/conf.py - -build: - os: ubuntu-22.04 - tools: - python: "3.10" - -python: - install: - - method: pip - path: . - extra_requirements: - - docs