We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cece98c commit 3cbabbdCopy full SHA for 3cbabbd
docs/conf.py
@@ -74,7 +74,7 @@
74
version = f"{current_branch} ({release}) <br /> Published date: {today}"
75
76
# The full version, including alpha/beta/rc tags
77
-release = release
+# release = release
78
79
80
# -- General configuration ---------------------------------------------------
@@ -223,7 +223,7 @@
223
# Example configuration for intersphinx: refer to the Python standard library.
224
intersphinx_mapping = {
225
"python": ("https://docs.python.org/", None),
226
- "NLTK": ("http://www.nltk.org", None),
+ "NLTK": ("https://www.nltk.org", None),
227
}
228
229
# -- Options for todo extension ----------------------------------------------
0 commit comments