Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGina Häußge <gina@octoprint.org>2022-02-21 12:34:22 +0300
committerGina Häußge <gina@octoprint.org>2022-02-21 12:34:22 +0300
commit1d4043736774dd9b4ea3eb8381100a38d8943fd4 (patch)
treed46a72d53b7c9f30a91b6c528a8993eb9107ad0f /docs
parenta62454acc2742dc08556b4988f0d21bada614480 (diff)
📝 Forgot to switch interwiki links too
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5d8864016..8accb00f3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,6 @@ extensions = [
todo_include_todos = True
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
- "python2": ("https://docs.python.org/2", None),
"pyserial": ("https://pythonhosted.org/pyserial", None),
}