diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 980b167..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,18 +0,0 @@ -# .readthedocs.yaml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -version: 2 - -build: - os: ubuntu-20.04 - tools: - python: "3.8" - -mkdocs: - configuration: mkdocs.yml - fail_on_warning: true - -python: - install: - - requirements: .[doc,dev,test] diff --git a/pyproject.toml b/pyproject.toml index 4fc89a0..c9cd72e 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = ["version"] [project.urls] Homepage = "https://github.com/vintasoftware/django-virtual-models" -Documentation = "https://readthedocs.org/projects/django-virtual-models/" +Documentation = "https://vintasoftware.github.io/django-virtual-models/" [project.optional-dependencies] doc = [