diff --git a/docs/conf.py b/docs/conf.py index 7c36699..acd446c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ master_doc = 'index' # General information about the project. project = u'LOOT API Python Module' -copyright = u'2016, WrinklyNinja' +copyright = u'2019, WrinklyNinja' author = u'WrinklyNinja' # The version info for the project you're documenting, acts as replacement for @@ -346,5 +346,5 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'loot_api': ('http://loot.readthedocs.io/en/0.10.2/', None), + 'loot_api': ('http://loot.readthedocs.io/en/0.14.1/', None), } diff --git a/docs/usage.rst b/docs/usage.rst index a4f9c36..a4e60fe 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -28,7 +28,7 @@ To check if the module loaded is compatible with the version of the API that you developed against:: >>> import loot_api - >>> loot_api.is_compatible(0,12,0) + >>> loot_api.is_compatible(0,14,0) True >>> loot_api.is_compatible(0,9,0) False