Change doc urls to point to main website instead of RTD
This commit is contained in:
@@ -65,11 +65,11 @@ __date__ = "2023-02-26"
|
|||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
__url__ = "https://novelwriter.io"
|
__url__ = "https://novelwriter.io"
|
||||||
|
__docurl__ = "https://docs.novelwriter.io/"
|
||||||
__sourceurl__ = "https://github.com/vkbo/novelWriter"
|
__sourceurl__ = "https://github.com/vkbo/novelWriter"
|
||||||
__issuesurl__ = "https://github.com/vkbo/novelWriter/issues"
|
__issuesurl__ = "https://github.com/vkbo/novelWriter/issues"
|
||||||
__helpurl__ = "https://github.com/vkbo/novelWriter/discussions"
|
__helpurl__ = "https://github.com/vkbo/novelWriter/discussions"
|
||||||
__releaseurl__ = "https://github.com/vkbo/novelWriter/releases/latest"
|
__releaseurl__ = "https://github.com/vkbo/novelWriter/releases/latest"
|
||||||
__docurl__ = "https://novelwriter.readthedocs.io"
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ classifiers =
|
|||||||
Topic :: Text Editors
|
Topic :: Text Editors
|
||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://github.com/vkbo/novelWriter/issues
|
Bug Tracker = https://github.com/vkbo/novelWriter/issues
|
||||||
Documentation = https://novelwriter.readthedocs.io/en/stable
|
Documentation = https://docs.novelwriter.io
|
||||||
Source Code = https://github.com/vkbo/novelWriter
|
Source Code = https://github.com/vkbo/novelWriter
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and macOS.
|
|||||||
novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo).
|
novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo).
|
||||||
|
|
||||||
**Website:** https://novelwriter.io
|
**Website:** https://novelwriter.io
|
||||||
**Documentation:** https://novelwriter.readthedocs.io
|
**Documentation:** https://docs.novelwriter.io/
|
||||||
**Source Code:** https://github.com/vkbo/novelWriter
|
**Source Code:** https://github.com/vkbo/novelWriter
|
||||||
|
|||||||
Reference in New Issue
Block a user