diff --git a/docs/changelog.md b/docs/changelog.md index 4780b08..f672cf4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,4 +19,4 @@ This release is a major overhaul of the tool including built-in download functio - Support extraction without an HTML scrape if translations aren't needed - Support extracting only some of the possible data types - Support sites without Yoast SEO plugin -- Added [online documentation](https://gatenlp.github.io/wpextract/) +- Added [online documentation](https://wpextract.readthedocs.io/) diff --git a/mkdocs.yml b/mkdocs.yml index 95c837f..5a19c07 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: WPextract copyright: Copyright © 2022-24 The University of Sheffield. repo_url: https://github.com/GateNLP/wpextract -site_url: https://wpextract.readthedocs.io/ +site_url: https://wpextract.readthedocs.io/en/stable/ site_description: Create datasets from WordPress sites for research or archiving edit_uri: edit/main/docs/ theme: diff --git a/pyproject.toml b/pyproject.toml index f944883..79ffca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name="wpextract" -version="1.0.1" +version="1.0.1post1" description="Create datasets from WordPress sites" homepage="https://wpextract.readthedocs.io/" documentation="https://wpextract.readthedocs.io/"