Skip to content

Commit 3cbabbd

Browse files
committed
Update conf.py
1 parent cece98c commit 3cbabbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
version = f"{current_branch} ({release}) <br /> Published date: {today}"
7575

7676
# The full version, including alpha/beta/rc tags
77-
release = release
77+
# release = release
7878

7979

8080
# -- General configuration ---------------------------------------------------
@@ -223,7 +223,7 @@
223223
# Example configuration for intersphinx: refer to the Python standard library.
224224
intersphinx_mapping = {
225225
"python": ("https://docs.python.org/", None),
226-
"NLTK": ("http://www.nltk.org", None),
226+
"NLTK": ("https://www.nltk.org", None),
227227
}
228228

229229
# -- Options for todo extension ----------------------------------------------

0 commit comments

Comments
 (0)